Files
shadcn-ui/apps/www/public/r/styles/default/toggle-disabled.json
shadcn 254198b4bf feat: add shadcn/registry (#6339)
* feat: implement shadcn/registry

* feat: add schema field

* fix: import

* chore: add changeset

* chore: remove console

* fix: tests

* fix: diff command

* feat: move to schema/registy-item.json

* fix

* ci: switch to node 20

* ci: build packages
2025-01-14 10:50:19 +04:00

17 lines
649 B
JSON

{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "toggle-disabled",
"type": "registry:example",
"author": "shadcn (https://ui.shadcn.com)",
"registryDependencies": [
"toggle"
],
"files": [
{
"path": "examples/toggle-disabled.tsx",
"content": "import { Underline } from \"lucide-react\"\n\nimport { Toggle } from \"@/registry/default/ui/toggle\"\n\nexport default function ToggleDisabled() {\n return (\n <Toggle aria-label=\"Toggle underline\" disabled>\n <Underline className=\"h-4 w-4\" />\n </Toggle>\n )\n}\n",
"type": "registry:example",
"target": ""
}
]
}