# Glowing Boucing Ring

> Responsive: Automatically resizes with container Performance: Proper cleanup of animation frames and event listeners Customizable: All visual parameters are configurable via props Reusable: Can be easily imported and used in any React app Multiple instances: The example shows two different configurations side by side  // Basic usage <GlowingBouncingRing />  // Custom configuration <GlowingBouncingRing    ringColor="rgba(255, 0, 150, 1)"   bounceHeight={250}   speed={0.03} />

- Author: [Sonu](https://21st.dev/@uniquesonu)
- License: unknown
- Live preview: https://21st.dev/@uniquesonu/components/glowing-boucing-ring

## Install

```bash
npx shadcn@latest add "https://21st.dev/r/uniquesonu/glowing-boucing-ring?api_key=$API_KEY_21ST"
```

Requires a 21st API key (generate one at https://21st.dev/mcp) passed as `API_KEY_21ST`. Free accounts get a limited number of installs per day; unlimited on a paid plan — see https://21st.dev/pricing.

Full component directory: https://21st.dev/llms.txt
