You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1.1 KiB

category type title
Components Views Timeline

Vertical display timeline.

When To Use

  • When a series of information need to be lined from top to bottom by time.
  • When need a timeline to make a visual connection.

API

<Timeline>
  <Timeline.Item>step1 2015-09-01</Timeline.Item>
  <Timeline.Item>step2 2015-09-01</Timeline.Item>
  <Timeline.Item>step3 2015-09-01</Timeline.Item>
  <Timeline.Item>step4 2015-09-01</Timeline.Item>
</Timeline>

Timeline

Timeline

Property Description Type Default
pending to set the last ghost node's existence or its content boolean or React.Element 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 React.Element -