TimelineProps
Name | Type | Default | Description |
---|---|---|---|
alterMode? |
|
|
Renders TimelineEvents alternatingly on both sides of the axis. jsx
|
className? |
|
Specifies the CSS class names which are set to the Timeline. jsx
| |
collapsibleEvents? |
|
|
Specifies whether the TimelineEvent cards can be expanded or collapsed. jsx
|
dateFormat? |
|
|
The date format for displaying the TimelineEvent date. jsx
|
events |
|
The collection of TimelineEvents to be displayed in the Timeline. jsx
| |
horizontal? |
|
|
Switches the Timeline to horizontal mode. jsx
|
navigatable? |
|
|
Enables keyboard navigation for the Timeline. jsx
|
onActionClick? |
|
Fires when a TimelineEvent card action is clicked. jsx
| |
onChange? |
|
Fires when a TimelineEvent card is toggled. jsx
| |
transitionDuration? |
|
Specifies the time for sliding to the next TimelineEvent in horizontal mode and collapsing the TimelineEvent in vertical mode. The default value are:
jsx
|