React Pricing
Enterprise pricing without the startup wall of gradients: tier cards with a monthly/annual toggle (annual shows the discounted per-month price), a per-tier feature list where each row is included, excluded, or carries a value (10 seats), one highlighted recommended tier, and a CTA per card. Custom-priced tiers show a label like "Custom" instead of a number.
Evaluation
For proof-of-concept and academic use.
- core component library
- 1 single seat
- community support
- commercial use
- priority SLA
Team
POPULARFor product teams shipping to production.
- everything in Evaluation
- 10 seats included
- commercial license
- email support
- priority SLA
Enterprise
For regulated and large-scale deployments.
- everything in Team
- ∞ unlimited seats
- on-prem / air-gapped
- 24/7 priority SLA
- security review support
Toggle Annual to see the discounted per-month price on the Team tier.
Installation
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| tiers | PricingTier[] | — | Tier definitions (see below) |
| billingToggle | boolean | true | Show the monthly/annual switch |
PricingTier: { name, description?, monthly, annual?, priceLabel?, currency?, period?, features: { label, value }[], cta, href?, highlighted?, badge? }. Feature value is true (included), false (excluded), or a string (shown before the label).