Product Card

An animated ecommerce product card with image, pricing, ratings, and add-to-cart interaction.

Open in v0

Last updated: March 13, 2026

Nike Air Max
Sale

Nike Air Max

4.5
$129$179-28%
Luxury Perfume
New

Luxury Perfume

5
$89

Installation

npx smoothui-cli add product-card

Features

  • Animated entrance on viewport entry
  • Image zoom on hover (hover-capable devices only)
  • Badge overlay for sales/new items
  • Star rating display
  • Discount pricing with strikethrough
  • Add to cart button with feedback animation
  • Respects reduced motion preferences

Accessibility

ARIA Attributes

AttributeElementPurpose
role="article"CardSemantic card container
aria-labelCardAnnounces title and price
altImageDescriptive image text
aria-labelRatingAnnounces rating out of 5
role="status"BadgeAnnounces discount/sale info
aria-labelAdd to cartAnnounces action with product name

Reduced Motion

This component respects the prefers-reduced-motion media query via useReducedMotion from Motion. When reduced motion is preferred, entrance animations, hover zoom, and scale effects are disabled.

Props