Back to Registry
Pulse Badge
inputStatus 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.jsonRequires shadcn CLI. Auto-installs deps and copies the component into your project.
Manual Install
npm add framer-motionThen 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