ember-mdl
v0.0.11
Published
The default blueprint for ember-cli addons.
Readme
Ember-mdl
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.
Supported components:
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. **
Installation
See the dummy app inside the tests/dummy folder.
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
