See it all in action
Live demo shop with every component working together
ProductImage
Optimized product image with lazy loading
npx shadcn@latest add https://registry.rifan.xyz/r/product-image.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
src* | string | — | Image source URL |
alt* | string | — | Alt text |
aspectRatio | string | 1/1 | Image aspect ratio |
Usage
import { ProductImage } from '@revannasser/ecommerce-ui'
// Optimized product image with lazy loading
<ProductImage
src={...}
alt={...}
aspectRatio={...}
/>