Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabriquartz/ember-material-components

Material Design Components implemented as native ember components
https://github.com/fabriquartz/ember-material-components

addon components ember ember-addon emberjs hacktoberfest material material-design

Last synced: 3 days ago
JSON representation

Material Design Components implemented as native ember components

Awesome Lists containing this project

README

        

# @plonquo/ember-material-components

Ember Material Components is an Ember addon that integrates [Material Components for the web](https://github.com/material-components/material-components-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

```sh
ember install @plonquo/ember-material-components
```

## Usage

Add the following to your `app.scss`:

```scss
@import 'ember-material-components';
```

For more details, and a list of all available components and how to use them, see the [documentation](https://fabriquartz.github.io/ember-material-components/)

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.

## License

This project is licensed under the [MIT License](LICENSE.md).