0.6.4 • Published 8 years ago

react-morph-material-icons-clone v0.6.4

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
8 years ago

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)