{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "badge-destructive",
  "type": "registry:component",
  "title": "Badge",
  "author": "Toby Belhome",
  "description": "Displays a badge or status indicator.",
  "dependencies": [],
  "registryDependencies": [
    "badge"
  ],
  "files": [
    {
      "path": "examples/components/badge/destructive/page.tsx",
      "content": "import { Badge } from \"@/components/ui/badge\";\n\nexport default function BadgeDestructive() {\n  return <Badge variant=\"destructive\">Destructive</Badge>;\n}\n",
      "type": "registry:component",
      "target": "components/badge-destructive.tsx"
    }
  ],
  "meta": {
    "isPro": false
  }
}