Components
PricingCard
PricingCard is a token-driven Sigil component in the layout, navigation, and content group.
Import
import { PricingCard } from "@sigil-ui/components";Preview
Usage
<PricingCard title="Team" description="For product teams" price="$29" features={["300+ components", "46 presets"]} action={<Button>Start</Button>} />CLI
npx @sigil-ui/cli add pricing-cardToken Integration
PricingCard follows the Sigil component rules: styles resolve from var(--s-*), class names are mergeable through className, and the component is exported from @sigil-ui/components.