v0.3.0
New component
- Range Slider. Thanks the great work of @awaidmann 🍻
Enhanced theme system
Most of the components has it's own theme, which inherits the global style attributes e.g. primaryColor
, accentColor
...
- Please take a look of theme.js, and how to customize the system-wide theme (affects all the components) in the demo.
MKCardStyles
is removed, they're now included in the theme c426722
And also some bug fixes.