A set of pricing cards that detail the products you offer. Generates from a simple JSON product schema.
/components
directory. You can swap clean
for classic
or dev
if you want to use a different style. View them all at pricecn.com.
pricing-table
can automatically generate based on a simple product schema you define.
<PricingTable />
will be downloaded as components/pricing/example.tsx
. This file demonstrates how to define your products and pass them into the PricingTable
component.
<PricingCard>
can also take in buttonProps
, allowing you to define an onClick()
function.