ProComponentsPricing
Usage
Built on top of the Card component, the PricingCard
can be used in a PricingGrid.
Use the title
, description
, price
and cycle
props to customize the card.
Teams
Most popularGet started for free in development.
$199
/year
- Access all components
- Community Starters
- Unlimited updates
- Upgrade when ready to deploy
<UPricingCard
title="Teams"
description="Get started for free in development."
price="$199"
cycle="/year"
:highlight="false"
:badge="{ label: 'Most popular' }"
:button="{ label: 'Buy now' }"
align="bottom"
:features="['Access all components', 'Community Starters', 'Unlimited updates', 'Upgrade when ready to deploy']"
/>