Demo :http://peec.github.io/ember-mdl/
ember-mdl
is a Material Design implementation of Googles Material Design Lite Suite.
The goal of this addon is to implement the Material Design Components and use the standard SASS sources from Google UX Team.
Component | Support |
---|---|
Badges | 100% (no js) |
Buttons | 100% |
Layout | 100% |
Loading | 100% |
Menus | 100% |
Sliders | 100% |
Toggles | 100% |
Tables | 100% (no js) |
Text Fields | 100% |
Tooltips | 100% |
** Support marked with no js
means that no ember component wrapper is needed for this component to work, use normal HTML tags. **
See the dummy app inside the tests/dummy
folder.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.