Skip to main content

Variable: TimelineContent

@arolariu/components


@arolariu/components / TimelineContent

Variable: TimelineContent

const TimelineContent: 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

Timeline

// was this page useful?