Pho Design System

Separator

A thin rule that divides related groups of content — list sections, toolbar clusters, inline metadata. Built on Base UI Separator, so it carries the correct separator role and orientation for assistive tech.

Import

import { Separator } from "@photon-ai/pho-ui/components/separator";

Horizontal

The default. Spans the full width of its container.

Photon

The deployment platform for modern teams.

Ship from a git push.

<Separator className="my-4" />

Vertical

Set orientation="vertical" inside a flex row. The parent must give the row a height — the separator stretches to fill it.

DocsPricingBlog
<div className="flex h-5 items-center gap-3">
  <span>Docs</span>
  <Separator orientation="vertical" />
  <span>Pricing</span>
</div>

Props

Accessibility

Best practices