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
  b7998174_9c7d_70b8_2121_38766295347e["SeparatorHorizontal()"]
  b15aeb0e_284c_317e_e09f_b65eedbb8cdb["separator-example.tsx"]
  b7998174_9c7d_70b8_2121_38766295347e -->|defined in| b15aeb0e_284c_317e_e09f_b65eedbb8cdb
  style b7998174_9c7d_70b8_2121_38766295347e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/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/base/examples/separator-example.tsx.
Where is SeparatorHorizontal() defined?
SeparatorHorizontal() is defined in apps/v4/registry/bases/base/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