Skip to main content

Variable: TimelineDot

@arolariu/components


@arolariu/components / TimelineDot

Variable: TimelineDot

const TimelineDot: ForwardRefExoticComponent<TimelineDotProps & RefAttributes<HTMLDivElement>>

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

A visual marker used to indicate a timeline event point.

Remarks

The dot is decorative by default and is removed from the accessibility tree with aria-hidden="true".

Example

<TimelineDot />

See

TimelineItem

// was this page useful?