Tom Xu
514cc062be
chore: fix timeline TimelineItemProps typo ( #27001 )
* chore: fix timeline TimelineItemProps typo
* Update Timeline.tsx
* Update TimelineItem.tsx
* Update TimelineItem.tsx
* Update TimelineItem.tsx
* Update TimelineItem.tsx
Co-authored-by: Olivier Louvignes <olivier@mgcrea.io>
Co-authored-by: 偏右 <afc163@gmail.com>
4 years ago
ChaXinyu
14e2a56b75
export components interface ( #7654 )
* export components interface
* export specific props
* fix formItem missed import
7 years ago
afc163
670a4d09a1
Fix Timeline.Item type, close #6356
8 years ago
yiminghe
9a0d751f94
refactor to typescript
9 years ago
Benjy Cui
794783d1c2
style: enable react/no-multi-comp
9 years ago
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
9 years ago
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.
9 years ago
Benjy Cui
29825f20c8
style: update code style to please lint
9 years ago
afc163
772eea09c7
support pending timeline node, ref #708
9 years ago
Benjy Cui
b72d18fd44
style: update code style to please the fucking lint
9 years ago
Benjy Cui
711d2d7413
style: update code style to please lint
9 years ago
zhujun24
29638d3d3b
rename pending api
9 years ago
zhujun24
f3bbf778f8
continue api position
9 years ago
zhujun24
4a61592ff6
optimize
9 years ago
zhujun24
082104a2ae
optimize code
9 years ago
zhujun24
018a62886d
add timeline
9 years ago
afc163
c5be535a3e
Add timeline component
9 years ago