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