An Ember add-on for Material Components for the web
- Ember components for Material Components
- Individual packages for selective usage of Material Components
- Intuitive design to minimize accidental and inherit complexities of Material Components
- Themeable components at both the framework and application level
- Utilizes Ember component features to maximize adaptive designs
- Extensible Ember components for specialized implementations
- Seamless integration with Corber
- Plays nicely with FastBoot
ember install ember-cli-mdc
ember install ember-cli-[package-name]
Ex.
ember install ember-cli-mdc-form
ember install ember-cli-mdc-button
ember install ember-cli-mdc-dialog
See the packages directory for a list of packages that can be installed individually.
See the README.md
and tests/dummy/app
in each package for detailed usage
and examples.