Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-02-12 | 672 Bytes | |
v0.3.0.tar.gz | 2016-02-12 | 95.5 kB | |
v0.3.0.zip | 2016-02-12 | 130.9 kB | |
Totals: 3 Items | 227.0 kB | 0 |
New component
- Range Slider. Thanks the great work of @awaidmann :beers:
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.