react-ripple-animation

A ripple animation react component made with SVG.

Usage no npm install needed!

<script type="module">
  import reactRippleAnimation from 'https://cdn.skypack.dev/react-ripple-animation';
</script>

README

Ripple animation react component

A ripple animation react component made with SVG

react-ripple-animation-demo

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")
);