# 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/>
```
