React ripple effect to represent recording etc
npm install react-ripple-pulse* $ npm install react-ripple-pulse --save
* $ yarn add react-ripple-pulse
react
import {Ripples} from "react-ripple-pulse"const App = () => {
return (
);
}export default App;
`__Another Example with props__
`react
import {Ripples} from "react-ripple-pulse"const App = () => {
return (
);
}export default App;
``Common props you may want to specify include:
* color - To change the color(only pass 6 digit hex code)
* size - To change the size(only in number not as string)