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
stringclassName for the element
"content" | "parent"Specifies the width of the element
Default: content(date: Date, locale: string) => stringFunction called to render date
Default: (date: Date, locale: string) => { return dateFormatter(locale, date, DATE_FORMAT.LONG_WITH_TIME); }ReactNodeContent to render
DateThe element's date
(date: Date, locale: string) => stringFunction called to render date