Add React+Material-UI usage to the getting started guide

This commit is contained in:
Maik Marschner
2017-07-22 23:54:41 +02:00
committed by GitHub
parent 135624c67a
commit 4e299229c7

View File

@@ -194,6 +194,10 @@ Usage:
</md-button>
```
## React with Material-UI
If you use React with the [Material-UI](http://www.material-ui.com/) component library, you can use a [third-party package](https://github.com/TeamWertarbyte/mdi-material-ui) that provides `SvgIcon` wrappers for every icon.
## Polymer @download(Download for Polymer v0.5 'mdi.html', /api/download/polymer/38EF63D0-4744-11E4-B3CF-842B2B6CFE1B) @download(Download for Polymer v1.0 'mdi.html', /api/download/polymer/v1/38EF63D0-4744-11E4-B3CF-842B2B6CFE1B)
The `mdi.html` contains all the icons provided on the site. Use inline with the following code.