https://github.com/devilcrucifier/css-waves
A React npm package for waves animation.
https://github.com/devilcrucifier/css-waves
animation animation-library css-waves hacktoberfest react react-component waves waves-animation
Last synced: 16 days ago
JSON representation
A React npm package for waves animation.
- Host: GitHub
- URL: https://github.com/devilcrucifier/css-waves
- Owner: devilcrucifier
- License: mit
- Created: 2019-08-22T07:53:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:56:33.000Z (over 3 years ago)
- Last Synced: 2025-10-25T01:21:49.935Z (7 months ago)
- Topics: animation, animation-library, css-waves, hacktoberfest, react, react-component, waves, waves-animation
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/css-waves
- Size: 3.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 = () => ;
```
## Props
**backGroundColor** - String value for the background color to be used
Example -
```
import Waves from 'css-waves/Waves'
const WavesExample = () => ;
```
## Built With
* create-react-app : https://github.com/facebook/create-react-app
## Authors
* **Amit Kushwaha** (https://github.com/devilcrucifier)
## Licence
* MIT