120k

Separator

Visually or semantically separates content.

Installation

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

Usage

<script setup lang="ts">
import { Separator } from "@/components/ui/separator"
</script>
<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.