Back to Registry

Pulse Badge

input

Status indicators with animated pulsing rings and glow.

Colorblue-500
Width
Shadow

Live Preview

Live
Pending
Offline
Install via CLI
npx shadcn@latest add https://kinetik.dev/r/pulse-badge.json

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

Manual Install
npm add framer-motion

Then copy the source code below into your project.

Usage
import { PulseBadge } from '@/app/components/pulse-badge';

Source

'use client';

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

Dependencies

framer-motion