PUI. Separator
(pui v1.0.0)
Copy Markdown
A visual separator for related content and controls.
Examples
<.separator />
<.separator orientation="vertical" class="mx-2 h-5" />
<.separator decorative={false} aria-label="Section boundary" />Attributes
| Name | Type | Default | Description |
|---|---|---|---|
orientation | string | "horizontal" | "horizontal" or "vertical" |
decorative | boolean | true | Omits separator semantics when true |
class | string | "" | Additional CSS classes |
rest | global | — | Global HTML attributes |