badge-demo.tsx — ui Source File
Architecture documentation for badge-demo.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 8b5d964f_3ce7_a0b3_7187_bdd5cb25a733["badge-demo.tsx"] d1f6969b_47e1_9226_0001_415be23d60e0["badge"] 8b5d964f_3ce7_a0b3_7187_bdd5cb25a733 --> d1f6969b_47e1_9226_0001_415be23d60e0 style 8b5d964f_3ce7_a0b3_7187_bdd5cb25a733 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Badge } from "@/registry/new-york/ui/badge"
export default function BadgeDemo() {
return <Badge>Badge</Badge>
}
Domain
Subdomains
Functions
Dependencies
- badge
Source
Frequently Asked Questions
What does badge-demo.tsx do?
badge-demo.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-demo.tsx?
badge-demo.tsx defines 1 function(s): BadgeDemo.
What does badge-demo.tsx depend on?
badge-demo.tsx imports 1 module(s): badge.
Where is badge-demo.tsx in the architecture?
badge-demo.tsx is located at deprecated/www/registry/new-york/examples/badge-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/examples).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free