ant-design/components/button
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.
2016-03-28 20:36:11 +07:00
..
demo Add icon prop for Button, close #1199 2016-03-25 18:13:51 +08:00
button-group.jsx update(propTypes): more restrictions on propTypes 2016-03-16 11:27:27 +08:00
button.jsx Remove manual binding for 'this'. 2016-03-28 20:36:11 +07:00
index.jsx feat: make Button easy to use 2015-11-03 14:25:36 +08:00
index.md Add icon prop for Button, close #1199 2016-03-25 18:13:51 +08:00