Skip to content

1 variant

Pricing Card

A plan card with a price, what you get, and one call to action, plus a featured treatment that costs no extra height.

Billing period

Team

Best value
$29per seat / month

Every Pro component and block, for the whole team.

  • All Pro components
  • All Blocks
  • The Console template
  • Priority support

Install

$ bunx --bun shadcn add @easeui-pro/pricing-card

Props

nameRequiredstring

The plan's name.

priceRequiredstring

Already formatted, such as $99 or Free. Change it and only the characters that differ roll to the new value.

periodstring

What the price is per, such as per seat / year.

descriptionstring

One line under the price.

featuresRequiredstring[]

One check mark each.

badgestring

Short pill in the header, such as Best value.

featuredbooleanDefault false

Rings the card in the accent. Same shadow shape either way, so a featured card is never a pixel taller than a plain one.

actionReactNode

The call to action. The card only gives it the full width.

classNamestring

Merged last, so anything passed here wins over the component's own classes.