Wireless Headphones
Incredible sound quality and battery life. Best purchase of the year.
A clean, responsive, CSS-only product review card featuring a subtle ambient glow and hover scale effect.
Wireless Headphones
Incredible sound quality and battery life. Best purchase of the year.
---
import ProductReviewCard from "@astroanimate/core/ProductReviewCard";
---
<ProductReviewCard
title="Wireless Headphones"
description="Incredible sound quality and battery life. Best purchase of the year."
rating={4.9}
reviews={128}
/> npm install @astroanimate/core ---
import ProductReviewCard from "@astroanimate/core/ProductReviewCard";
---
<ProductReviewCard /> Renders the ProductReviewCard component with AstroAnimate defaults.
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | Required | The product name or review headline |
description | string | Required | The review body or product summary |
rating | number | 4.8 | Numerical rating score (typically out of 5) |
reviews | number | 24 | Total number of reviews |
class | string | "" | Additional CSS classes for the root <article> |
focus-within to trigger hover
styles and outline rendering when a user tabs into the card via
keyboard
aria-hidden="true" prefers-reduced-motion: reduce by instantly rendering the final hover state and disabling scaling
and glow opacity transitions
transform: scale() and opacity for the hover interactions,
preventing expensive layout repaints