Skip to content

devilcrucifier/css-waves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

Licence

  • MIT