Product Card

Animated React ecommerce product card with image zoom, pricing, ratings, sale badges, and add-to-cart interaction on hover.

Open in v0

Last updated: August 2, 2026

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

Created by

Improved by

Eduardo Calvo's avatar

Powered by

motion.dev

© 2026 SmoothUI. Built by Eduardo Calvo.