Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onehilltech/ember-cli-mdc
ember-cli addon for material-components-web
https://github.com/onehilltech/ember-cli-mdc
Last synced: 3 days ago
JSON representation
ember-cli addon for material-components-web
- Host: GitHub
- URL: https://github.com/onehilltech/ember-cli-mdc
- Owner: onehilltech
- License: apache-2.0
- Created: 2018-08-03T22:06:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T02:55:46.000Z (7 months ago)
- Last Synced: 2024-11-09T16:45:13.087Z (11 days ago)
- Language: JavaScript
- Homepage:
- Size: 75.9 MB
- Stars: 44
- Watchers: 7
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ember Material Components
=========================An Ember add-on for [Material Components for the web](https://github.com/material-components/material-components-web/)
Features
------------* Ember components for Material Components Web 6.0.0
* 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](http://corber.io/)
* Plays nicely with [FastBoot](https://github.com/ember-fastboot/fastboot)Installation
------------
You install this add-on by installing individual packages that contain needed components
and/or resources.ember install ember-cli-[package-name]@^3.0.0
Ex.
ember install ember-cli-mdc-form@^3.0.0
ember install ember-cli-mdc-button@^3.0.0
ember install ember-cli-mdc-dialog@^3.0.0
See the [packages directory](https://github.com/onehilltech/ember-cli-mdc/tree/master/packages) for a
list of packages that can be installed individually.> `ember-cli-mdc` has its own integration for the sass compiler, and is not compatible with
> `ember-cli-sass`. If you have `ember-cli-sass` installed, then you must first uninstall
> `ember-cli-sass` for your `ember-cli-mdc` application to build correctly.Next Steps
----------See the `README.md` and `tests/dummy/app` in each package for detailed usage
and examples.Additional Resources
====================* [Material Design](https://www.material.io/)
* [Material Components for the web](https://github.com/material-components/material-components-web/)
* [Corber](http://corber.io/)