Three-column pricing with a gradient-bordered featured card and illustrated cursor decoration.
Requires the shadcn button registry item. CTAs use native <a> tags with Button asChild — swap for <Link> in Next.js if you prefer client navigation.
| Prop | Type | Default |
|---|---|---|
plansPlan objects with price, features, CTA link, optional footnote, and featured flag. | Plan2[] | DEFAULT_PLANS_2 |
classNameClasses on the grid container. | string | — |
Click on the icon in the top right of the example preview to view the source code for specific variants.
This component is inspired by various open-source projects and patterns. Please verify licenses and implementation details before using in production.
import { Pricing002 } from "@/components/ui/pricing-002"export default function Page() {
return <Pricing002 />
}