TimelineItem

1 Oct 20251 minute to read

Specifies the items of the Timeline.

Properties

content string|function|JSX.Element

Defines the text content or template for the Timeline item. The current itemIndex passed as context to build the content.

Defaults to ’’

cssClass string

Defines the CSS class to customize the Timeline item appearance.

Defaults to ’’

disabled boolean

Defines whether to enable or disable the timeline item.

Defaults to false

dotCss string

Defines one or more CSS classes to include an icon or image in the Timeline item.

Defaults to ’’

oppositeContent string|function|JSX.Element

Defines the additional text content or template to be displayed opposite side of the item. The current itemIndex passed as context to build the content.

Defaults to ’’