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 28c8294d_2a07_092a_f761_8699ef8ab194["badge-demo.tsx"] 0e5bfac8_76e1_675a_4d46_a5283014eb00["badge"] 28c8294d_2a07_092a_f761_8699ef8ab194 --> 0e5bfac8_76e1_675a_4d46_a5283014eb00 style 28c8294d_2a07_092a_f761_8699ef8ab194 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Badge } from "@/examples/radix/ui/badge"
export default function BadgeDemo() {
return (
<div className="flex w-full flex-wrap justify-center gap-2">
<Badge>Badge</Badge>
<Badge variant="secondary">Secondary</Badge>
<Badge variant="destructive">Destructive</Badge>
<Badge variant="outline">Outline</Badge>
</div>
)
}
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 DocumentationAtlas domain, Changelog 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 apps/v4/examples/radix/badge-demo.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/radix).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free