The timeline displays a list of events in chronological order.
View source codeReactElement<TimelineItemProps, string | JSXElementConstructor<any>> | ReactElement<TimelineItemProps, string | JSXElementConstructor<...>>[]
The TimelineItem(s) contained within the Timeline
string
className for the element
"content" | "parent"
Specifies the width of the element
Default: content(date: Date, locale: string) => string
Function called to render date
Default: (date: Date, locale: string) => { return dateFormatter(locale, date, DATE_FORMAT.LONG_WITH_TIME); }ReactNode
Content to render
Date
The element's date
(date: Date, locale: string) => string
Function called to render date