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