Commit Graph

11 Commits

Author SHA1 Message Date
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
Benjy Cui
29825f20c8 style: update code style to please lint 2016-02-17 18:04:42 +08:00
afc163
772eea09c7 support pending timeline node, ref #708 2016-01-14 16:43:48 +08:00
Benjy Cui
b72d18fd44 style: update code style to please the fucking lint 2016-01-11 09:49:30 +08:00
Benjy Cui
711d2d7413 style: update code style to please lint 2016-01-11 09:49:30 +08:00
zhujun24
29638d3d3b rename pending api 2015-09-07 15:26:42 +08:00
zhujun24
f3bbf778f8 continue api position 2015-09-07 15:13:59 +08:00
zhujun24
4a61592ff6 optimize 2015-09-02 12:12:11 +08:00
zhujun24
082104a2ae optimize code 2015-09-01 21:39:29 +08:00
zhujun24
018a62886d add timeline 2015-09-01 21:15:31 +08:00
afc163
c5be535a3e Add timeline component 2015-09-01 11:47:12 +08:00