separator-demo.tsx — ui Source File
Architecture documentation for separator-demo.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR c6eb6488_e4f1_043a_0921_33ea6b7defcf["separator-demo.tsx"] b2c60dee_4ede_8485_a6b4_91c999cdc69f["separator"] c6eb6488_e4f1_043a_0921_33ea6b7defcf --> b2c60dee_4ede_8485_a6b4_91c999cdc69f style c6eb6488_e4f1_043a_0921_33ea6b7defcf fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Separator } from "@/registry/new-york-v4/ui/separator"
export default function SeparatorDemo() {
return (
<div>
<div className="space-y-1">
<h4 className="text-sm leading-none font-medium">Radix Primitives</h4>
<p className="text-muted-foreground text-sm">
An open-source UI component library.
</p>
</div>
<Separator className="my-4" />
<div className="flex h-5 items-center space-x-4 text-sm">
<div>Blog</div>
<Separator orientation="vertical" />
<div>Docs</div>
<Separator orientation="vertical" />
<div>Source</div>
</div>
</div>
)
}
Domain
Subdomains
Functions
Dependencies
- separator
Source
Frequently Asked Questions
What does separator-demo.tsx do?
separator-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 separator-demo.tsx?
separator-demo.tsx defines 1 function(s): SeparatorDemo.
What does separator-demo.tsx depend on?
separator-demo.tsx imports 1 module(s): separator.
Where is separator-demo.tsx in the architecture?
separator-demo.tsx is located at apps/v4/registry/new-york-v4/examples/separator-demo.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