mdb-ui-kit/meteor
2015-10-30 12:58:31 +00:00
..
example removed symlink which was preventing gh-pages updates 2015-03-17 19:31:26 +01:00
init.js fixed meteor and probably travis 2015-03-17 16:36:14 +01:00
package-fullpalette.js fixed meteor and probably travis 2015-03-17 16:36:14 +01:00
package-noglyph.js fixed meteor and probably travis 2015-03-17 16:36:14 +01:00
package-noicons.js fixed meteor and probably travis 2015-03-17 16:36:14 +01:00
package.js Update package.js in Meteor for travis CI 2015-10-30 12:24:13 +00:00
README.md fixed meteor and probably travis 2015-03-17 16:36:14 +01:00
test-noicons.js fixed meteor and probably travis 2015-03-17 16:36:14 +01:00
test.js Wait for page load during test 2015-10-30 12:58:31 +00:00

Build Status

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

Versions

All versions include the Material Design theme CSS, JS, and ripple.js for the ripple click effect.

Usage

Just run

meteor add fezvrasta:bootstrap-material-design

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

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

  • Automatically initialize the JS on client startup: $.material.init()
  • Material Design Icons font loading test: EOT, SVG, TTF, WOFF
  • Bootstrap plugin loading tests
  • Visual check, including for the ripple effect

TODO

Testing

To test the theme in a browser, run cp meteor/package.js ./ && meteor test-packages ./

Acknowledgements