Home / Function/ SeparatorDemo() — ui Function Reference

SeparatorDemo() — ui Function Reference

Architecture documentation for the SeparatorDemo() function in separator-demo.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  4bb5759b_712d_75b6_16af_520f93a2c7d9["SeparatorDemo()"]
  b07a381f_cb8b_9427_fd19_dd4e2f8047ab["separator-demo.tsx"]
  4bb5759b_712d_75b6_16af_520f93a2c7d9 -->|defined in| b07a381f_cb8b_9427_fd19_dd4e2f8047ab
  style 4bb5759b_712d_75b6_16af_520f93a2c7d9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/registry/new-york/internal/sink/components/separator-demo.tsx lines 3–22

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>
  )
}

Subdomains

Frequently Asked Questions

What does SeparatorDemo() do?
SeparatorDemo() is a function in the ui codebase, defined in deprecated/www/registry/new-york/internal/sink/components/separator-demo.tsx.
Where is SeparatorDemo() defined?
SeparatorDemo() is defined in deprecated/www/registry/new-york/internal/sink/components/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