{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "button-17",
  "title": "Full Width Button",
  "description": "A full width button component",
  "registryDependencies": [
    "button"
  ],
  "files": [
    {
      "path": "src/components/customized/button/button-17.tsx",
      "content": "import { StarIcon } from \"lucide-react\";\nimport { Button } from \"@/registry/ui/button\";\n\nconst FullWidthButtonDemo = () => (\n  <Button className=\"w-full\">\n    <StarIcon /> Star\n  </Button>\n);\n\nexport default FullWidthButtonDemo;\n",
      "type": "registry:component"
    }
  ],
  "type": "registry:component"
}