rc-disco
v0.2.2
Published
react background animation
Downloads
4
Readme
rc-disco
Features
Installation
npm install --save rc-dicso
Usage
import Disco from 'rc-disco'
<Disco
duration={{
min: 1000,
max: 4000
}}
palletes={['black', 'orange']}
>
<span>Hello World, let's dance!</span>
</Disco>
Example
Contributions Welcome!
git clone https://github.com/petyappetrov/rc-disco.git
cd rc-dicso
npm i
npm start
http://localhost:8888