From f43adba004a5b736f90ec97570c212e590c4bb12 Mon Sep 17 00:00:00 2001 From: Levin Rickert Date: Sat, 29 Jul 2017 20:38:31 +0200 Subject: [PATCH 1/2] Added mdi-react as alternative to mdi-material-ui --- site/getting-started.savvy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index bfaee3ed9..f228f5757 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -204,6 +204,10 @@ The `mdi.html` contains all the icons provided on the site. Use inline with the Learn more about custom icons in the [polymer documentation for v0.5](https://www.polymer-project.org/docs/elements/icons.html#roll-your-own) and for Polymer v1.0 [iron-iconset-svg](https://elements.polymer-project.org/elements/iron-iconset-svg). +## React + +If you are using [React](https://https://facebook.github.io/react/), you can find all SVG icons packaged as single React components in [mdi-react](https://github.com/levrik/mdi-react). + ## 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. From 39a4a8920a7a98bc949e087210a9a6aac90f6d83 Mon Sep 17 00:00:00 2001 From: Austin Andrews Date: Fri, 4 Aug 2017 23:31:45 -0500 Subject: [PATCH 2/2] Fix typo on url. --- site/getting-started.savvy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/getting-started.savvy b/site/getting-started.savvy index f228f5757..e9d7af1c6 100644 --- a/site/getting-started.savvy +++ b/site/getting-started.savvy @@ -206,7 +206,7 @@ Learn more about custom icons in the [polymer documentation for v0.5](https://ww ## React -If you are using [React](https://https://facebook.github.io/react/), you can find all SVG icons packaged as single React components in [mdi-react](https://github.com/levrik/mdi-react). +If you are using [React](https://facebook.github.io/react/), you can find all SVG icons packaged as single React components in [mdi-react](https://github.com/levrik/mdi-react). ## React with Material-UI