css-waves

0.2.1 • Public • Published

css-waves

A React npm package for waves animation. URL: https://www.npmjs.com/package/css-waves

Installing

npm i --save css-waves

Usage

import Waves from 'css-waves/Waves'

const WavesExample = () => <Waves /> ;

Props

backGroundColor - String value for the background color to be used

Example -

import Waves from 'css-waves/Waves'

const WavesExample = () => <Waves backGroundColor="black" /> ;

Built With

Authors

  • Amit Kushwaha (https://github.com/devilcrucifier)

Licence

  • MIT

Package Sidebar

Install

npm i css-waves

Weekly Downloads

17

Version

0.2.1

License

MIT

Unpacked Size

5.09 kB

Total Files

5

Last publish

Collaborators

  • amit_kushwaha