This component no longer exists. It was in Pure UI’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-10 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
badge-destructive-variant-demo
pure-ui/badge-destructive-variant-demoRemovedExample
Pure UI publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/MusKRI/pure-ui/main/public/r/badge-destructive-variant-demo.jsonSource
1import { Badge } from "@/registry/pure-ui/ui/badge";23export function BadgeDestructiveVariantDemo() {4 return (5 <div className="flex flex-wrap items-center gap-2 md:flex-row">6 <Badge variant="destructive" shape="bar">7 Destructive8 </Badge>9 </div>10 );11}
What it pulls in
Other registry items
