Skip to main content

Interface: TimelineItemProps

@arolariu/components


@arolariu/components / TimelineItemProps

Interface: TimelineItemProps

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

Represents the configurable props for the TimelineItem component.

Extends

  • HTMLAttributes<HTMLDivElement>

Properties

children

children: ReactNode

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

The composed timeline dot and content for an individual event.

Overrides

React.HTMLAttributes.children

// was this page useful?