A collection of Materialize components (templates) to use with Meteor.
- Updated for compatibility with Meteor 1.2 (no longer usable with Meteor < 1.2).
- Make use of ES6.
- Major code cleanup.
- Improved various components.
- Variable names are now more consistent:
icon
is now always an object (see README for properties)loadingScreen
now has apreloader
object (see README for properties)backgroundColor
textColor
icon.backgroundColor
icon.textColor
preloader
&progress
keepcolor
- Improved schemas for advanced components. Schemas are available in
Components._schemas
. - Added
chip
component. materialize:materialize
is no longer included automatically.