PlanCard
Subscription plan card with pricing, features list, and checkout CTA.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| name* | string | — | Plan name |
| price* | string | — | Price display text |
| period* | string | — | Billing period |
| credits* | number | — | Monthly credit amount |
| description* | string | — | Plan description |
| features* | string[] | — | Feature list |
| highlighted | boolean | false | Highlight as recommended |
| currentPlan | boolean | false | Mark as current plan |
| onCheckout* | () => void | — | Checkout callback |
| loading | boolean | false | Show loading state |