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-custom-demo
pure-ui/badge-custom-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-custom-demo.jsonSource
1import { Badge } from "@/registry/pure-ui/ui/badge";23export function BadgeCustomDemo() {4 return (5 <div className="flex flex-wrap items-center gap-2 md:flex-row">6 <Badge7 className="dark:bg-[#1c120d] bg-[#f1763a] border border-[#f1763a] dark:text-[#f1763a] text-[#1c120d]"8 shape="bar"9 >10 L. Norris11 </Badge>12 <Badge13 className="dark:bg-[#091917] bg-[#0ad4b4] border border-[#0ad4b4] dark:text-[#0ad4b4] text-[#091917]"14 shape="bar"15 >16 G. Russel17 </Badge>18 <Badge19 className="dark:bg-[#151515] bg-[#9c9ea1] border border-[#9c9ea1] dark:text-[#9c9ea1] text-[#151515]"20 shape="bar"21 >22 O. Bearman23 </Badge>24 <Badge25 className="dark:bg-[#0e1319] bg-[#4680d6] border border-[#4680d6] dark:text-[#4680d6] text-white"26 shape="bar"27 >28 M. Verstappen29 </Badge>30 <Badge31 className="dark:bg-[#0a111a] bg-[#1568da] border border-[#1568da] dark:text-[#1568da] text-white"32 shape="bar"33 >34 C. Sainz35 </Badge>36 <Badge37 className="dark:bg-[#09180a] bg-[#0cbf10] border border-[#0cbf10] dark:text-[#0cbf10] text-white"38 shape="bar"39 >40 N. Hulkenberg41 </Badge>42 <Badge43 className="dark:bg-[#1b0a0c] bg-[#eb1131] border border-[#eb1131] dark:text-[#eb1131] text-white"44 shape="bar"45 >46 L. Stroll47 </Badge>48 </div>49 );50}
What it pulls in
Other registry items
