Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 996 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 996 Bytes

@plonquo/ember-material-components

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.

Compatibility

  • Ember.js v3.28 or above
  • Ember CLI v3.28 or above
  • Node.js v14 or above

Installation

ember install @plonquo/ember-material-components

Usage

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

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.