Separator
Divide content into sections.
Installation
import { Separator } from "~/components/ui/Separator";Usage
HomeDocsPricing
<Separator />
<Separator orientation="vertical" className="h-4" />API reference
| Prop | Type | Default | Description |
|---|---|---|---|
| orientation | "horizontal" | "vertical" | "horizontal" | Direction of the divider. |
Accessibility
- Built on the Base UI Separator primitive with role=separator and the correct aria-orientation.