DUProductCard

Commerce

Commerce 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

PropTypeDefaultDescription
title / price / description / image / badgestringContent
onAdd() => voidCTA

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.

© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.