product-card-size-demo
delta-components/product-card-size-demoFreeExample
delta-components publishes no description for this item.
Live preview
live · rendered by the registry
Rendered by delta-components on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://deltacomponents.dev/r/product-card-size-demo.jsonSource
1"use client"23import {4 ProductCard,5 ProductCardContent,6 ProductCardHeader,7 ProductCardImage,8 ProductCardMetric,9 ProductCardSubtitle,10 ProductCardTitle,11} from "@/components/ui/product-card"1213export function ProductCardSizeDemo() {14 return (15 <div className="w-full">16 <ProductCard size="lg">17 <ProductCardImage18 src="https://assets.curated.supply/Analogue_Pocket.webp"19 alt="Analogue Pocket"20 />2122 <ProductCardContent>23 <ProductCardHeader>24 <ProductCardTitle>Analogue Pocket</ProductCardTitle>25 <ProductCardSubtitle>Gaming Console</ProductCardSubtitle>26 </ProductCardHeader>27 <ProductCardMetric>$219</ProductCardMetric>28 </ProductCardContent>29 </ProductCard>30 </div>31 )32}
What it pulls in
Other registry items
Files it writes
More from delta-components
All 93 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| admonition-actions-demoadmonition-actions-demo | delta-components | Examples | Free | no deps | |
| admonition-collapsible-demoadmonition-collapsible-demo | delta-components | Examples | Free | no deps | |
| admonition-custom-icon-demoadmonition-custom-icon-demo | delta-components | Examples | Free | no deps | |
| admonition-demoadmonition-demo | delta-components | Examples | Free | no deps | |
| admonition-demo-interactiveadmonition-demo-interactive | delta-components | Examples | Free | no deps | |
| admonition-dismissible-demoadmonition-dismissible-demo | delta-components | Examples | Free | no deps | |
| cambio-image-close-button-democambio-image-close-button-demo | delta-components | Examples | Free | no deps | |
| cambio-image-democambio-image-demo | delta-components | Examples | Free | no deps |
