--- category: Components type: Data Display title: Timeline --- Vertical display timeline. ## When To Use - When a series of information need to be ordered from top to bottom by time. - When you need a timeline to make a visual connection. ## API ```jsx step1 2015-09-01 step2 2015-09-01 step3 2015-09-01 step4 2015-09-01 ``` ### Timeline Timeline | Property | Description | Type | Default | |----------|----------------------------------------|------------|-------| | pending | to set the last ghost node's existence or its content | boolean\|string\|ReactNode | false | ### Timeline.Item Node of timeline | Property | Description | Type | Default | |----------|------------------------------------------|------------|-------| | color | to set the circle's color to `blue, red, green` or other custom colors | string | blue | | dot | custom timeline dot | string\|ReactNode | - |