This library creates random bubbles on the background of your web app.
npm install bubble-b
- Shows bubbles based on the given prop value.
- Random colors.
- Random sizes.
- Bounce all over the screen.
import BubbleB from 'bubble-b';
<BubbleB bubblesNum={30} />