DUTimeline
ComponentsVertical event timeline.
import { DUTimeline } from 'deri-ui';Live preview
Started
Scaffold packageDocs
Page-by-page API
typescript
<DUTimeline items={[{title:'Launch',time:'2026',description:'GA'}]} variant="with-time" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| items | DUTimelineItem[] | — | Events |
| variant | basic | with-time | icon | — | Style |
Usage
import { DUTimeline } from 'deri-ui';
<DUTimeline items={[{title:'Launch',time:'2026',description:'GA'}]} variant="with-time" />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.
