Home / Function/ SeparatorHorizontal() — ui Function Reference

SeparatorHorizontal() — ui Function Reference

Architecture documentation for the SeparatorHorizontal() function in separator-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  84c2284c_8476_467a_e8ec_0d5a3e67f31c["SeparatorHorizontal()"]
  000a9822_b5e2_b69b_0883_016b0cfeef34["separator-example.tsx"]
  84c2284c_8476_467a_e8ec_0d5a3e67f31c -->|defined in| 000a9822_b5e2_b69b_0883_016b0cfeef34
  style 84c2284c_8476_467a_e8ec_0d5a3e67f31c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/separator-example.tsx lines 18–36

function SeparatorHorizontal() {
  return (
    <Example title="Horizontal">
      <div className="style-lyra:text-xs/relaxed flex flex-col gap-4 text-sm">
        <div className="flex flex-col gap-1">
          <div className="leading-none font-medium">shadcn/ui</div>
          <div className="text-muted-foreground">
            The Foundation for your Design System
          </div>
        </div>
        <Separator />
        <div>
          A set of beautifully designed components that you can customize,
          extend, and build on.
        </div>
      </div>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does SeparatorHorizontal() do?
SeparatorHorizontal() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/separator-example.tsx.
Where is SeparatorHorizontal() defined?
SeparatorHorizontal() is defined in apps/v4/registry/bases/radix/examples/separator-example.tsx at line 18.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free