ant-design/components/timeline
Bruce Mitchener 63c06e8652 Use ES2015 classes instead of React.createClass.
Make Breadcrumb, Checkbox, Dropdown, Steps and Timeline
components use ES2015 classes rather than React.createClass.

This includes:

* getDefaultProps method becomes a defaultProps value on the
  constructor.
* propTypes becomes a value on the constructor.
2016-03-18 09:35:15 +07:00
..
demo support pending timeline node, ref #708 2016-01-14 16:43:48 +08:00
index.jsx Use ES2015 classes instead of React.createClass. 2016-03-18 09:35:15 +07:00
index.md support pending timeline node, ref #708 2016-01-14 16:43:48 +08:00