Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/secondstreet/ember-material-components-web

An ember addon providing components from https://github.com/material-components/material-components-web
https://github.com/secondstreet/ember-material-components-web

Last synced: 3 months ago
JSON representation

An ember addon providing components from https://github.com/material-components/material-components-web

Awesome Lists containing this project

README

        

# ember-material-components-web

[![Travis branch](https://img.shields.io/travis/secondstreet/ember-material-components-web/master.svg)](https://travis-ci.org/secondstreet/ember-material-components-web)
[![npm](https://img.shields.io/npm/dw/ember-material-components-web.svg)](https://www.npmjs.com/package/ember-material-components-web)
[![npm](https://img.shields.io/npm/v/ember-material-components-web.svg)](https://www.npmjs.com/package/ember-material-components-web)
[![npm](https://img.shields.io/npm/l/ember-material-components-web.svg)](https://choosealicense.com/licenses/mit/)
[![GitHub issues](https://img.shields.io/github/issues/secondstreet/ember-material-components-web.svg)](https://github.com/secondstreet/ember-material-components-web/issues)
[![David](https://img.shields.io/david/dev/secondstreet/ember-material-components-web.svg)](https://david-dm.org/secondstreet/ember-material-components-web?type=dev)
[![David](https://img.shields.io/david/secondstreet/ember-material-components-web.svg)](https://david-dm.org/secondstreet/ember-material-components-web)
[![Contributors](https://img.shields.io/badge/all_contributors-7-brightgreen.svg)](#contributors)

`ember-material-components-web`, or MDC-Ember, is an Ember CLI addon that provides the Ember way to use [`material-components-web` (MDC-Web)](https://material.io/components/web/). It installs and uses the CSS and JavaScript directly from Google's packages, and provides components you can drop right into your application.

Until proper documentation can be written, please refer to the extensive JSDoc comments in the addon/ directory.

## Demo

A demo app can be found at [secondstreet.github.io/ember-material-components-web](https://secondstreet.github.io/ember-material-components-web/). Its source code is in [`tests/dummy/app`](https://github.com/secondstreet/ember-material-components-web/tree/master/tests/dummy/app) in this repo.

## Installation

```sh
ember install ember-material-components-web
```

## Upgrading

It's advisable to run `ember g ember-material-components-web` between upgrades as dependencies may have been added, removed, or upgraded between releases. Please try this, along with clearing node_modules and bower_components before reporting issues after upgrading.

Also please note that independently upgrading any of the `@material/[...]` packages in your `package.json`'s `devDependencies` _may_ introduce bugs, as Google is quickly iterating and introducing breaking chanegs on [MDC-Web](https://material.io/components/web/).

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).

## Contributors

Thank you to all of our wonderful contributors! Want to be on this list? [Check out our contributing guide!](https://github.com/secondstreet/ember-material-components-web/blob/master/CONTRIBUTING.md) ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

| [
Second Street](http://secondstreet.com)
[💵](#financial-secondstreet "Financial") | [
Kerrick Long](https://kerricklong.com/)
[💬](#question-Kerrick "Answering Questions") [💻](https://github.com/secondstreet/ember-material-components-web/commits?author=Kerrick "Code") [💡](#example-Kerrick "Examples") [👀](#review-Kerrick "Reviewed Pull Requests") | [
danielraggs](https://github.com/danielraggs)
[💻](https://github.com/secondstreet/ember-material-components-web/commits?author=danielraggs "Code") [💡](#example-danielraggs "Examples") [👀](#review-danielraggs "Reviewed Pull Requests") | [
Vladic](https://github.com/vkkostin)
[💻](https://github.com/secondstreet/ember-material-components-web/commits?author=vkkostin "Code") [💡](#example-vkkostin "Examples") [👀](#review-vkkostin "Reviewed Pull Requests") | [
Matt Thouvenot](https://github.com/mthouve)
[💻](https://github.com/secondstreet/ember-material-components-web/commits?author=mthouve "Code") [💡](#example-mthouve "Examples") [👀](#review-mthouve "Reviewed Pull Requests") | [
Nathan Dauber](https://github.com/KnownSubset)
[💻](https://github.com/secondstreet/ember-material-components-web/commits?author=KnownSubset "Code") [📖](https://github.com/secondstreet/ember-material-components-web/commits?author=KnownSubset "Documentation") [💡](#example-KnownSubset "Examples") | [
Jack Anderson](https://janderson.me)
[🐛](https://github.com/secondstreet/ember-material-components-web/issues?q=author%3AJackCA "Bug reports") [💻](https://github.com/secondstreet/ember-material-components-web/commits?author=JackCA "Code") |
| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
| [
Scott Smith](http://www.secondstreet.com)
[💻](https://github.com/secondstreet/ember-material-components-web/commits?author=scottosmith "Code") | [
Marc Lundgren](http://marclundgren.github.io/)
[🐛](https://github.com/secondstreet/ember-material-components-web/issues?q=author%3Amarclundgren "Bug reports") | [
Sivakumar Kailasam](https://www.linkedin.com/in/sivakumar-kailasam/)
[💻](https://github.com/secondstreet/ember-material-components-web/commits?author=sivakumar-kailasam "Code") [📖](https://github.com/secondstreet/ember-material-components-web/commits?author=sivakumar-kailasam "Documentation") |

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!