react-ripple-animation
v0.0.2
Published
A ripple animation react component made with SVG.
Downloads
3
Readme
Ripple animation react component
A ripple animation react component made with SVG
Install
$ npm install --save react-ripple-animation
Usage
var ReactDOM = require("react-dom")
var RippleAnimation = require('react-ripple-animation')
ReactDOM.render(
<RippleAnimation/>,
document.getElementById("react-app")
);