Separator

Visually or semantically separates content.

Section title

Subtitle

Blog
Docs
Suporte

Installation

pnpm add @ag/ui

Usage

import { Separator } from "@ag/ui"
<Separator />

Examples

Vertical

Use orientation="vertical" for a vertical separator.

Vertical separators between menu items with descriptions.

List

Horizontal separators between list items.

RTL

To enable RTL support in shadcn/ui, see the RTL configuration guide.

API Reference

See the Radix UI Separator documentation.