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 b07a381f_cb8b_9427_fd19_dd4e2f8047ab["separator-demo.tsx"] 0ef877d6_b768_4222_bd20_50d875ac5e58["separator"] b07a381f_cb8b_9427_fd19_dd4e2f8047ab --> 0ef877d6_b768_4222_bd20_50d875ac5e58 style b07a381f_cb8b_9427_fd19_dd4e2f8047ab fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Separator } from "@/registry/new-york/ui/separator"
export function SeparatorDemo() {
return (
<div>
<div className="space-y-1">
<h4 className="text-sm font-medium leading-none">Radix Primitives</h4>
<p className="text-sm text-muted-foreground">
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 deprecated/www/registry/new-york/internal/sink/components/separator-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: deprecated/www/registry/new-york/internal/sink/components).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free