price-format-sale-ex-01
stackzero/price-format-sale-ex-01FreeExample
stackzero publishes no description for this item.
Install it
npx shadcn@latest add https://ui.stackzero.co/r/price-format-sale-ex-01.jsonSource
1"use client";23import PriceFormat_Sale from "@/components/commerce-ui/price-format-sale";45export default function PriceFormat_Sale_Ex_01() {6 return (7 <div className="flex flex-col items-center gap-4 text-lg">8 <PriceFormat_Sale9 originalPrice={1499.99}10 salePrice={999.99}11 prefix="$"12 showSavePercentage={true}13 classNameSalePrice="text-2xl"14 />15 </div>16 );17}
What it pulls in
Other registry items
Files it writes
More from stackzero
All 112 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| address-02-block-exaddress-02-block-ex | stackzero | Examples | Free | 2 deps | |
| cart-01-block-excart-01-block-ex | stackzero | Examples | Free | 1 dep | |
| face-rating-basic-ex-01face-rating-basic-ex-01 | stackzero | Examples | Free | 1 dep | |
| face-rating-basic-ex-02face-rating-basic-ex-02 | stackzero | Examples | Free | 1 dep | |
| face-rating-basic-ex-03face-rating-basic-ex-03 | stackzero | Examples | Free | 1 dep | |
| face-rating-gradient-ex-01face-rating-gradient-ex-01 | stackzero | Examples | Free | 1 dep | |
| image-carousel-basic-ex-01image-carousel-basic-ex-01 | stackzero | Examples | Free | 1 dep | |
| image-carousel-basic-ex-02image-carousel-basic-ex-02 | stackzero | Examples | Free | 1 dep |
