react-morph-material-icons-clone
v0.6.4
Published
React Component with google material icons + morpheus effect.
Downloads
2
Maintainers
Readme
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");