Animated Badge

Status badge with animated state icons, pulse feedback and compact size variants.

Preview

Syncing
QueuedLiveIndexingVerifiedPendingBlocked

Install

Add it with the shadcn CLI, or copy the source manually.

$ bunx --bun shadcn add @beui/animated-badge

API Reference

status?
"danger" | "success" | "neutral" | "info" | "warning" | "loading"
neutral
size?
"sm" | "md"
md
icon?
ReactNode
showIcon?
boolean
true
pulse?
boolean
status === "loading"
contentKey?
string | number
className?
string

Updated