Ship-It Designv0.0.3
GitHub

PricingCard

Each example below is a real component instance — flip the theme toggle to see how it adapts.

Single#

Loading…

Grid#

Loading…

Props#

Props for PricingCard
PropTypeDefaultDescription
tier *ReactNodeTier name — e.g., `Pro`, `Team`.
price *ReactNodeHeadline price, e.g. `$29` or `Talk to us`.
priceUnitReactNodeOptional small unit rendered next to the price, e.g. `/ user / mo`.
descriptionReactNodeShort description below the tier name.
features *readonly ReactNode[]Feature bullet list.
actionReactNodeAction button (typically a `<Button>`).
featuredboolean | undefinedHighlight as the recommended tier.