Skip to main content

Variable: Timeline

@arolariu/components


@arolariu/components / Timeline

Variable: Timeline

const Timeline: ForwardRefExoticComponent<TimelineProps & RefAttributes<HTMLDivElement>>

Defined in: components/ui/timeline.tsx:67

A vertical timeline container for displaying chronological events.

Remarks

Rendering Context: Server- and client-compatible presentational component.

Compose it with TimelineItem, TimelineDot, and TimelineContent to render milestones, release notes, audit trails, or journey steps in order.

Example

<Timeline>
<TimelineItem>
<TimelineDot />
<TimelineContent>Account created</TimelineContent>
</TimelineItem>
</Timeline>

See

// was this page useful?