Variable: TimelineItem
@arolariu/components / TimelineItem
Variable: TimelineItem
constTimelineItem:ForwardRefExoticComponent<TimelineItemProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/timeline.tsx:93
A single event row within a Timeline.
Remarks
Renders a flex row that aligns a marker with its corresponding content block.
Example
<TimelineItem>
<TimelineDot />
<TimelineContent>Invoice submitted</TimelineContent>
</TimelineItem>
See
// was this page useful?