button-destructive.tsx — ui Source File
Architecture documentation for button-destructive.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR e82ca5c3_9eb3_51a7_42ff_e847dce1efbc["button-destructive.tsx"] 57e86e45_ac6e_7278_be08_9092724e8401["button"] e82ca5c3_9eb3_51a7_42ff_e847dce1efbc --> 57e86e45_ac6e_7278_be08_9092724e8401 style e82ca5c3_9eb3_51a7_42ff_e847dce1efbc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/registry/new-york-v4/ui/button"
export default function ButtonDestructive() {
return <Button variant="destructive">Destructive</Button>
}
Domain
Subdomains
Functions
Dependencies
- button
Source
Frequently Asked Questions
What does button-destructive.tsx do?
button-destructive.tsx is a source file in the ui codebase, written in tsx. It belongs to the ComponentRegistry domain, ChartRegistry subdomain.
What functions are defined in button-destructive.tsx?
button-destructive.tsx defines 1 function(s): ButtonDestructive.
What does button-destructive.tsx depend on?
button-destructive.tsx imports 1 module(s): button.
Where is button-destructive.tsx in the architecture?
button-destructive.tsx is located at apps/v4/registry/new-york-v4/examples/button-destructive.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free