Back to Registry

Breathing Glow

motion

Pulsing glow orbs with layered blur breathing effect.

Colorblue-500
Width
Shadow

Live Preview

AI
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/breathing-glow.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Manual Install
npm add framer-motion lucide-react

Then copy the source code below into your project.

Usage
import { BreathingGlow } from '@/app/components/breathing-glow';

Source

'use client';

export function BreathingGlow() {
  // copy from registry component source
}

Dependencies

framer-motionlucide-react