react-morph-material-icons-clone

React Component with google material icons + morpheus effect.

Usage no npm install needed!

<script type="module">
  import reactMorphMaterialIconsClone from 'https://cdn.skypack.dev/react-morph-material-icons-clone';
</script>

README

React Material Icons


Simple component for animated Material Icons in React.

Usage & Docs

NOTE

For run instanse - required babel, system.js or another es6 module system & syntax. Recommended - using system.js with jspm with babel. SvgMorpheus - load from my fork original repos. Support browserify - is deprecated, if you want - for their projects can generate their packages from a component.

Install

JSPM install from github

jspm install react-morph-material-icons=github:friktor/react-material-icons

npm install

npm install react-morph-material-icons

Import module

ES6

import MorphIcon from "react-morph-material-icons";

CommonJS

var MorphIcon = require("react-morph-material-icons");

More

See Here (with demo)