{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "demo-tag",
  "title": "Tag Demo",
  "description": "A vertical stack of outlined icon tags using the six built-in color variants.",
  "registryDependencies": [
    "@unlumen-ui/tag"
  ],
  "files": [
    {
      "path": "registry/demo/components/unlumen/tag/index.tsx",
      "content": "\"use client\";\n\nimport { Tag, TagGroup } from \"@/components/unlumen-ui/tag\";\n\nexport function TagDemo() {\n  return (\n    <div className=\"flex min-h-[34rem] w-full items-center justify-center px-6 py-10 sm:px-10\">\n      <TagGroup size=\"md\" />\n    </div>\n  );\n}\n\nexport function TagSingleDemo() {\n  return <Tag variant=\"fast\" label=\"Fast\" size=\"md\" />;\n}\n",
      "type": "registry:example"
    }
  ],
  "type": "registry:example"
}