120k

Separator

Visually or semantically separates content.

Installation

pnpm dlx shadcn@latest add @force-ui-ember/separator

Usage

import { Separator } from '@/ember-ui/separator';
<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 Force UI, see the RTL configuration guide.

API Reference

See the Radix UI Separator documentation.