bubble-b

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

Usage no npm install needed!

<script type="module">
  import bubbleB from 'https://cdn.skypack.dev/bubble-b';
</script>

README

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} />