Ember Material Components is an Ember addon that integrates Material Components for the web easily with your Ember application. All Material Design components are implemented as Ember component, neatly wrapping the underlying library, giving you ease of ease when wanted, and total control when needed.
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above
ember install @plonquo/ember-material-components
Add the following to your app.scss
:
@import 'ember-material-components';
For more details, and a list of all available components and how to use them, see the documentation
See the Contributing guide for details.
This project is licensed under the MIT License.