Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days ago
JSON representation
Material Design Components implemented as native ember components
- Host: GitHub
- URL: https://github.com/fabriquartz/ember-material-components
- Owner: Fabriquartz
- License: mit
- Created: 2021-11-01T12:29:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T09:36:46.000Z (about 1 year ago)
- Last Synced: 2024-12-19T03:15:01.422Z (9 days ago)
- Topics: addon, components, ember, ember-addon, emberjs, hacktoberfest, material, material-design
- Language: Handlebars
- Homepage: https://fabriquartz.github.io/ember-material-components/
- Size: 4.13 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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).