Variable: TimelineContent
@arolariu/components / TimelineContent
Variable: TimelineContent
constTimelineContent:ForwardRefExoticComponent<TimelineContentProps&RefAttributes<HTMLDivElement>>
Defined in: components/ui/timeline.tsx:143
The content container rendered beside a TimelineDot.
Remarks
Use this wrapper for text, metadata, or richer composed content associated with a timeline event.
Example
<TimelineContent>
<strong>Version 1.0 released</strong>
</TimelineContent>
See
// was this page useful?