Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 591 Bytes

Bubble-b

npm latest package

This library creates random bubbles on the background of your web app.

Installation:

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:

import BubbleB from 'bubble-b';


<BubbleB bubblesNum={30} />