DUPricingTable

Commerce

Multi-tier pricing cards.

import { DUPricingTable } from 'deri-ui';
Live preview

Starter

$0

  • Core components

Pro

$29

  • Everything
  • Support
typescript
<DUPricingTable tiers={[{name:'Pro',price:'$29',features:['A'],highlighted:true}]} />

Props

PropTypeDefaultDescription
tiersDUPricingTier[]Plans
accentColorstringHighlight color

Usage

import { DUPricingTable } from 'deri-ui';

<DUPricingTable tiers={[{name:'Pro',price:'$29',features:['A'],highlighted:true}]} />

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.