UNPKG

bubble-b

Version:

This library creates colorful dynamic bubles that bounce all over the background of you webapp

36 lines (18 loc) 591 B
<h1 align="center">Bubble-b</h1> [![npm latest package](https://img.shields.io/npm/v/bubble-b/latest.svg)](https://www.npmjs.com/package/bubble-b) This library creates random bubbles on the background of your web app. ## Installation: ```sh npm install bubble-b ``` ### Features: * Shows bubbles based on the given prop value. 1. Random colors. 2. Random sizes. 3. Bounce all over the screen. ### Example: ```jsx import BubbleB from 'bubble-b'; <BubbleB bubblesNum={30} /> ``` <img src="https://github.com/fToledo29/bubble-b/blob/main/example/bubblebExample2.gif">