> For the complete documentation index, see [llms.txt](https://vuido.mimec.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vuido.mimec.org/built-in-components/widgets/separator.md).

# Separator

A horizontal or vertical line to visually separate widgets.

## Attributes

### horizontal

type: Boolean

Whether the separator is vertical or horizontal.

## Example

```markup
<Separator horizontal/>
```
