ProductCard
patternProduct card layout with image media slot, title, description, price, and CTA button. Includes article and team member variants. Composes Card, Stack, Row, Text, Chip, Avatar, and Button.
Product card
E-commerce product card with image, title, price, and add-to-cart button.
Team member card
Team member variant with avatar, name, role, and contact button.
Usage
Installation
API Reference
ProductCard props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Card | component | — | Surface container with media slot for the product image. |
Text | component | — | Product title, description, and price. |
Chip | component | — | Label badge (New, Sale, Sold out). |
Button | component | — | CTA button (Add to cart, View details). |
Avatar | component | — | Author/team member photo in article and team variants. |
Stack | component | — | Vertical layout inside the card. |
Row | component | — | Horizontal layout for price/CTA and metadata rows. |