badge-destructive.tsx — ui Source File
Architecture documentation for badge-destructive.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 36c4e59a_10d8_c514_a87c_14faccdd1b74["badge-destructive.tsx"] 4c79c55d_d834_3cdd_ce17_cc4f4eb47d55["badge"] 36c4e59a_10d8_c514_a87c_14faccdd1b74 --> 4c79c55d_d834_3cdd_ce17_cc4f4eb47d55 style 36c4e59a_10d8_c514_a87c_14faccdd1b74 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Badge } from "@/registry/new-york-v4/ui/badge"
export default function BadgeDestructive() {
return <Badge variant="destructive">Destructive</Badge>
}
Domain
Subdomains
Functions
Dependencies
- badge
Source
Frequently Asked Questions
What does badge-destructive.tsx do?
badge-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 badge-destructive.tsx?
badge-destructive.tsx defines 1 function(s): BadgeDestructive.
What does badge-destructive.tsx depend on?
badge-destructive.tsx imports 1 module(s): badge.
Where is badge-destructive.tsx in the architecture?
badge-destructive.tsx is located at apps/v4/registry/new-york-v4/examples/badge-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