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.json

Props

PropTypeDefaultDescription
src*stringImage source URL
alt*stringAlt text
aspectRatiostring1/1Image aspect ratio

Usage

import { ProductImage } from '@revannasser/ecommerce-ui'

// Optimized product image with lazy loading
<ProductImage
  src={...}
  alt={...}
  aspectRatio={...}
/>