{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "badge-dot-shape-demo", "type": "registry:example", "registryDependencies": [ "badge" ], "files": [ { "path": "src/registry/pure-ui/examples/badge/badge-dot-shape-demo.tsx", "content": "import { Badge } from \"@/registry/pure-ui/ui/badge\";\r\n\r\nexport function BadgeDotShapeDemo() {\r\n return (\r\n
\r\n Dot\r\n
\r\n );\r\n}\r\n", "type": "registry:example" } ] }