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-dot-shape-demo
pure-ui/badge-dot-shape-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-dot-shape-demo.jsonSource
1import { Badge } from "@/registry/pure-ui/ui/badge";23export function BadgeDotShapeDemo() {4 return (5 <div className="flex flex-wrap items-center gap-2 md:flex-row">6 <Badge shape="dot">Dot</Badge>7 </div>8 );9}
What it pulls in
Other registry items
