Separator

A visual divider to separate content sections horizontally or vertically.

Preview

Horizontal

Content above

Content below

Vertical
LeftRight

Usage

tsx
import { Separator } from "@semajsx/ui/components/separator";

// Horizontal (default)
<Separator />

// Vertical
<Separator orientation="vertical" />

Props

PropTypeDefaultDescription
orientation"horizontal" | "vertical""horizontal"Orientation