Price
$99.00
/ month
---import { Price, PriceUnit, PriceValue } from "@/components/ui/price"---
<Price> <PriceValue price={99} /> <PriceUnit>month</PriceUnit></Price>Installation
Section titled “Installation”To install the price component, run the following command:
npx shadcn@latest add @fulldev/priceExamples
Section titled “Examples”With Currency
Section titled “With Currency” €29.00
/ month
---import { Price, PriceUnit, PriceValue } from "@/components/ui/price"---
<Price> <PriceValue price={29} currency="EUR" /> <PriceUnit>month</PriceUnit></Price>