Skip to main content

Interface: TimelineProps

@arolariu/components


@arolariu/components / TimelineProps

Interface: TimelineProps

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

Represents the configurable props for the Timeline component.

Remarks

Extends native <div> attributes so timelines can expose test hooks, ARIA metadata, and layout overrides while delegating item composition to child components.

Extends

  • HTMLAttributes<HTMLDivElement>

Properties

children

children: ReactNode

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

Timeline items composed as children.

Overrides

React.HTMLAttributes.children

// was this page useful?