DUProductCard
CommerceCommerce product tile with price and add action.
import { DUProductCard } from 'deri-ui';Live preview
Popular
Pro Seat
Full access
$29/mo
typescript
<DUProductCard title="Pro" price="$29" onAdd={add} badge="Popular" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| title / price / description / image / badge | string | — | Content |
| onAdd | () => void | — | CTA |
Usage
import { DUProductCard } from 'deri-ui';
<DUProductCard title="Pro" price="$29" onAdd={add} badge="Popular" />Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.
Related
© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.
