Neumorphic Outset Product Card
A production-scale, light + dark Neumorphic Outset Product Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add neumorphic-outset-product-cardLive preview available in the gallery.
Usage
import { NeumorphicOutsetProductCard } from "@lerpa/ui";
<NeumorphicOutsetProductCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title | string | — | |
| price | number | — | |
| rating | number | — | |
| image | string | — | |
| category | string | — | |
| colors | ColorSwatch[] | — | |
| sizes | string[] | — | |
| onAddToCart | (selectedColor: string, selectedSize: string) => void | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.