Split two-plan pricing with header label, icon feature rows, and a most-popular badge.
Requires shadcn button registry item.
Two-column split pricing with a header label, per-plan title and price rows, icon feature lists, and shadcn buttons — secondary on the left plan, default on the right. Set featured and featuredLabel on the right plan to show the "Most popular" badge.
| Prop | Type | Default |
|---|---|---|
plansTwo plan objects with name, price, icon features, CTA, and optional featured badge. | Plan6[] | DEFAULT_PLANS_6 |
titleHeader label above the split plan grid. | string | "Start free. Scale confidently." |
classNameClasses on the root section. | 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 { Pricing006 } from "@/components/ui/pricing-006"export default function Page() {
return <Pricing006 />
}