ember-material-form-components
v0.1.5
Published
Set of material design(getmdl.io) based components to be used in standard web forms.
Downloads
4
Readme
Ember-material-form-components
This README outlines the details of collaborating on this Ember addon.
Usage
In your Ember projects run
ember install ember-material-form-components
above command will automatically install the required pacakges/addons
- ember-material-lite which takes care of installing it's own dependencies.
Now if you want a standard material design layout then run
ember generate material-form-ui
this blueprint will generate standard application.hbs
and app.scss
files for you in standard folders.
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.