SeparatorDemo() — ui Function Reference
Architecture documentation for the SeparatorDemo() function in separator-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 8c92b9c7_b9d8_f475_0262_0af9100a4d16["SeparatorDemo()"] c6eb6488_e4f1_043a_0921_33ea6b7defcf["separator-demo.tsx"] 8c92b9c7_b9d8_f475_0262_0af9100a4d16 -->|defined in| c6eb6488_e4f1_043a_0921_33ea6b7defcf style 8c92b9c7_b9d8_f475_0262_0af9100a4d16 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/examples/separator-demo.tsx lines 3–22
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
Source
Frequently Asked Questions
What does SeparatorDemo() do?
SeparatorDemo() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/separator-demo.tsx.
Where is SeparatorDemo() defined?
SeparatorDemo() is defined in apps/v4/registry/new-york-v4/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