afc163
2e41e35cc6
Fix more tslint problems
8 years ago
bang
817bfe9681
update tabs
9 years ago
bang88
893eec74dd
refactor(Tabs): rewrite tabs
9 years ago
yiminghe
9a0d751f94
refactor to typescript
9 years ago
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
9 years ago
ddcat1115
bed556e900
fix #1750
9 years ago
afc163
05299036b4
improve tabBarExtraContent render
9 years ago
Benjy Cui
fd3406bd03
style: enable react/jsx-no-bind
9 years ago
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
9 years ago
Bruce Mitchener
71594b0e5c
Remove manual binding for 'this'.
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.
This makes all existing ES2015 class usages in components use the
same mechanism for binding.
9 years ago
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
9 years ago
afc163
079f2a657d
Allow close last tab, fix #1071
9 years ago
Benjy Cui
c1659c2ce3
style: update code style to please lint
9 years ago
Benjy Cui
29825f20c8
style: update code style to please lint
9 years ago
Benjy Cui
d06935528e
feat: customized size first
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
afc163
12c1272354
rewrite editable card
9 years ago
afc163
b115f000f9
Fix some style and react key problems
9 years ago
afc163
257d90fce1
Add editable tabs example
9 years ago
afc163
6f04d7c1a7
Add type=card tabs
9 years ago
jljsj
ad1a97d0aa
add tabs default animation,remove Api animation
9 years ago
afc163
415fa383e3
unify all size prop to: large default small
9 years ago
afc163
b6cdeb157d
Add vertical tabs, fix #398
9 years ago
yiminghe
1e43c9ddc5
upgrade tabs
9 years ago
afc163
691b0147b1
update eslintrc and fix code
9 years ago
jljsj
0673ba9d16
更新转场新增按钮交互与更新motion里的select
9 years ago
ustccjw
b34269a6b1
use es6 module import/export
convert var to const
fix bug
fix bug
fix for jshint
fix import
9 years ago
ustccjw
41c35903a4
remove use strict
9 years ago
afc163
b0bbbdd245
add tab mini size demo
10 years ago
afc163
d868a30661
prefixClassName ant-tab -> ant-tabs
10 years ago
yiminghe
1316b07cfd
rename tab to tabs
10 years ago
afc163
120687c314
tabs -> tab
10 years ago
Yuwei Ba
b870935c91
Tabs -> Tab
10 years ago
yiminghe
90241a7efe
fix prefixCls
10 years ago