react-pulse-ring-animation
v0.0.2
Published
Pulse ring animation react component made with SVG
Downloads
10
Readme
Pulse ring animation react component
A pulse ring animation react component made with SVG
Install
$ npm install --save react-pulse-ring-animation
Usage
var ReactDOM = require("react-dom")
var PulseRingAnimation = require('react-pulse-ring-animation')
ReactDOM.render(
<PulseRingAnimation>
<img src="http://a.deviantart.net/avatars/g/r/grumpy-cat-plz.jpg?1" style={{borderRadius: "50%"}}/>
</PulseRingAnimation>,
document.getElementById("react-app")
);