List-style pricing cards with accent icon blobs, strikethrough prices, and recommended badges.
Requires shadcn button and badge registry items.
Horizontal plan cards with a gradient accent blob, strikethrough originalPrice, and optional recommended badge. Accent colours: neutral, orange, blue, violet, emerald, rose, yellow.
| Prop | Type | Default |
|---|---|---|
plansPlan objects with features, price strings, CTA, accent colour, and optional recommended badge. | Plan4[] | DEFAULT_PLANS_4 |
titleHeader title above the plan list. | string | "Organize without limits" |
subtitleSubtitle below the header. | string | "Local or cloud — your choice" |
classNameClasses on the root 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.
Local or cloud — your choice
import { Pricing004 } from "@/components/ui/pricing-004"export default function Page() {
return <Pricing004 />
}