SeparatorDemo() — ui Function Reference
Architecture documentation for the SeparatorDemo() function in separator-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD e2b5b5da_a135_0575_5f00_49eb1fc6c072["SeparatorDemo()"] 86f9ace1_b8e3_7894_cb74_03508c7f1574["separator-demo.tsx"] e2b5b5da_a135_0575_5f00_49eb1fc6c072 -->|defined in| 86f9ace1_b8e3_7894_cb74_03508c7f1574 style e2b5b5da_a135_0575_5f00_49eb1fc6c072 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
deprecated/www/registry/new-york/examples/separator-demo.tsx lines 3–22
export default 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
Source
Frequently Asked Questions
What does SeparatorDemo() do?
SeparatorDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/examples/separator-demo.tsx.
Where is SeparatorDemo() defined?
SeparatorDemo() is defined in deprecated/www/registry/new-york/examples/separator-demo.tsx at line 3.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free