Separator
A horizontal or vertical divider line between sections.
Install
npx shadcn add @clearly/separatorPreview
Live Separator component — see usage below.
Usage
import { Separator } from "@/components/ui/separator"
<Separator />Every Clearly component also accepts glass (subtle·medium·strong), specular and className.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
orientation | "horizontal" | "vertical" | "horizontal" | Line direction. |
decorative | boolean | true | Hide from the accessibility tree. |