button-group-separator.json — ui Source File
Architecture documentation for button-group-separator.json, a json file in the ui codebase.
Entity Profile
Source Code
{
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
"name": "button-group-separator",
"type": "registry:example",
"registryDependencies": [
"button-group"
],
"files": [
{
"path": "registry/new-york-v4/examples/button-group-separator.tsx",
"content": "import { Button } from \"@/registry/new-york-v4/ui/button\"\nimport {\n ButtonGroup,\n ButtonGroupSeparator,\n} from \"@/registry/new-york-v4/ui/button-group\"\n\nexport default function ButtonGroupSeparatorDemo() {\n return (\n <ButtonGroup>\n <Button variant=\"secondary\" size=\"sm\">\n Copy\n </Button>\n <ButtonGroupSeparator />\n <Button variant=\"secondary\" size=\"sm\">\n Paste\n </Button>\n </ButtonGroup>\n )\n}\n",
"type": "registry:example"
}
]
}
Source
Frequently Asked Questions
What does button-group-separator.json do?
button-group-separator.json is a source file in the ui codebase, written in json.
Where is button-group-separator.json in the architecture?
button-group-separator.json is located at deprecated/www/public/r/styles/new-york-v4/button-group-separator.json (directory: deprecated/www/public/r/styles/new-york-v4).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free