mdb-ui-kit/meteor
2014-12-15 07:18:42 -08:00
..
package.js Meteor integration and README improvements 2014-12-15 07:18:42 -08:00
README.md Meteor integration and README improvements 2014-12-15 07:18:42 -08:00
test.js Meteor integration and README improvements 2014-12-15 07:18:42 -08:00

Build Status

Packaging FezVrasta's Bootstrap Material Design for Meteor.js.

Usage

Just run

meteor add meteorpackaging:bootstrap-material-design

and your Bootstrap CSS will look like Google's Material Design (Polymer Paper).

Dependencies

  • twbs:bootstrap (the official community integration package for Bootstrap 3)
  • jquery

Meteor

If you're new to Meteor, here's what the excitement is all about - watch the first two minutes; you'll be hooked by 1:28.

That screencast is from 2012. In the meantime, Meteor has become a mature JavaScript-everywhere web development framework. Read more at Why Meteor.

Issues

If you encounter an issue while using this package, please CC @dandv when you file it in this repo.

DONE

  • Icons font loading test: EOT, SVG, TTF, WOFF
  • Ripples test

TODO

  • Depend on a version of twbs:bootstrap without the Glyphicons font, to avoid loading those obsoleted icons

Acknowledgements