DUTimeline

Components

Vertical event timeline.

import { DUTimeline } from 'deri-ui';
Live preview
  1. Started

    Scaffold package
  2. Docs

    Page-by-page API
typescript
<DUTimeline items={[{title:'Launch',time:'2026',description:'GA'}]} variant="with-time" />

Props

PropTypeDefaultDescription
itemsDUTimelineItem[]Events
variantbasic | with-time | iconStyle

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.