Files
2019-01-25 17:01:52 +08:00

21 lines
373 B
Markdown

react-button
============
React Button
## 1.2.0
* rename static `theme` property on exported class to `themes` (ending in `s`)
* add `themes` prop to buttons, so every button can take the theme from a different object.
## 1.1.0
* made falsy or not found theme not fallback to default theme
## v1.0.2
- add `onThemeStyleReady` prop
## 1.0.0
* initial release