From 4e299229c7246f744b8bddab349824b8e1664178 Mon Sep 17 00:00:00 2001 From: Maik Marschner Date: Sat, 22 Jul 2017 23:54:41 +0200 Subject: [PATCH] Add React+Material-UI usage to the getting started guide --- site/getting-started.savvy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index d4aff21b5..2317a9357 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -194,6 +194,10 @@ Usage: ``` +## 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.