Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

58 lines (32 loc) · 1.05 KB

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 clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.