CARDS & DECORATION
FeatureCard
Compact 280px feature/highlight card with a primary-tinted Memphis shadow. Use to surface product features on landing pages or in feature grids.
Import
Live preview
Memphis chrome
2px borders, primary-colored shadows, gentle hover lift on every action.
LEVEL 02
Props
FeatureCard props
| Prop | Type | Default | Description |
|---|---|---|---|
| title* | string | — | Display-font title. |
| desc* | string | — | Body description. |
| meta | string | — | Optional mono uppercase footer label. |
| icon | ReactNode | — | Optional icon rendered next to the meta. |
Accessibility
- Composes
<Card variant="featured">— same a11y contract as Card: a presentational<div>that forwardsrole/aria-*for landmarks. The title renders as<h4>. - When the whole card is clickable, wrap it in a real
<button>or<a>rather than attachingonClickto the wrapper — neither the<div>nor the inner<h4>is a focus target.