Components
Bubble

<Bubble />

Bubble is the fancy component primarily use to showcase design and animation purpose.

Image

bubble

Code - structure

<Bubble
  className="opacity-50"
  style={{ top: 0, left: "auto", right: 0, "--bubble-bg": "linear-gradient(#261362, #F900B7)" }}
/>

Props

Option's (props)Values
classNameCustom css className (optional).
styleSupport all css styles.
Here --bubble-bg is custom variable made to give the custom color. you can add gradient or solid color also.