{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "badge-custom-colors", "title": "Badge Custom Colors", "description": "Badge example: Custom Colors.", "registryDependencies": [ "badge" ], "files": [ { "path": "apps/docs/demos/badge/custom-colors.tsx", "content": "\"use client\";\n\nimport { Badge } from \"@keystoneui/react/badge\";\n\nexport default function BadgeCustomColors() {\n return (\n
\n \n Blue\n \n \n Green\n \n \n Purple\n \n \n Amber\n \n \n Red\n \n
\n );\n}\n", "type": "registry:example" } ], "type": "registry:example" }