Layout
Separator
Horizontal or vertical divider.
Sourceseparator.tsx
Primitive
@radix-ui/react-separator
Separator
Horizontal divider.
Content above
Content below
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | "horizontal" | "vertical" | "horizontal" | Direction of the divider. |
decorative | boolean | true | Whether purely decorative (no ARIA role). |
Related
Usage
import { Separator } from "@doss/tetris-ui";