Data/Timeline

Timeline

A vertical list of events with status indicators. Use for activity feeds, changelogs, onboarding steps, or order tracking.

import { Timeline } from "@animui/ui"

Basic

  1. Project created

    Repository initialized.

  2. Design review

    Mockups approved.

  3. 3

    Development

    Building core features.

  4. 4

    QA testing

Timeline Props

PropTypeDefaultDescription
itemsTimelineItem[]Array of timeline events.
classNamestringAdditional classes for the wrapper.

TimelineItem Props

PropTypeDefaultDescription
idstring | numberUnique identifier for the item.
titlestringMain label for this event.
descriptionstringSecondary text shown below the title.
timestringTimestamp or relative time label.
status"completed" | "active" | "pending""pending"Controls the dot color and visual treatment.
iconReact.ReactNodeOptional icon inside the dot.
© 2026 Steal Shadow. MIT License.Report an issue