Feature Card

A feature card component with icon, gradient, and hover effects, perfect for showcasing features.

Installation

pnpm dlx shadcn@latest add https://sase-ui.vercel.app/r/feature-card.json

Usage

import { FeatureCard } from "@/components/ui/feature-card";
import { Zap } from "lucide-react";
<FeatureCard
  icon={Zap}
  title="Lightning Fast"
  description="Optimized performance that keeps your team moving at the speed of thought."
  gradient="from-yellow-500 to-orange-500"
  bgGradient="from-yellow-500/10 to-orange-500/5"
/>