A React npm package for waves animation. URL: https://www.npmjs.com/package/css-waves
npm i --save css-waves
import Waves from 'css-waves/Waves'
const WavesExample = () => <Waves /> ;
backGroundColor - String value for the background color to be used
Example -
import Waves from 'css-waves/Waves'
const WavesExample = () => <Waves backGroundColor="black" /> ;
- create-react-app : https://github.com/facebook/create-react-app
- Amit Kushwaha (https://github.com/devilcrucifier)
- MIT