price-format-sale-ex-03
stackzero/price-format-sale-ex-03FreeExample
stackzero publishes no description for this item.
Install it
npx shadcn@latest add https://ui.stackzero.co/r/price-format-sale-ex-03.jsonSource
1"use client";23import PriceFormat_Sale from "@/components/commerce-ui/price-format-sale";45export default function PriceFormat_Sale_Ex_03() {6 return (7 <div className="flex flex-row items-center gap-4 text-lg">8 <PriceFormat_Sale9 originalPrice={99.95}10 prefix="$"11 showSavePercentage={true}12 classNameSalePrice="text-4xl"13 className="flex-col items-start"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 |
