DUChart

Charts

Lightweight Tailwind/SVG charts (bar, line, donut) without ApexCharts.

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

Weekly

M
T
W
typescript
<DUChart variant="bar" title="Revenue" data={[{label:'Mon',value:12}]} />

Props

PropTypeDefaultDescription
variant'bar' | 'line' | 'donut''bar'Chart type
dataDUChartDatum[]Series
accentColorstringPrimary color
heightnumberPlot height

Usage

import { DUChart } from 'deri-ui';

<DUChart variant="bar" title="Revenue" data={[{label:'Mon',value:12}]} />

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.