> ## Documentation Index
> Fetch the complete documentation index at: https://dev.writer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Separator

A visual component to create a separation between adjacent elements.

<img src="https://mintcdn.com/writer/mFPGVlLcGxKIh_Y1/framework/public/components/separator.png?fit=max&auto=format&n=mFPGVlLcGxKIh_Y1&q=85&s=ad529dc521eb92eb9f6301044fa2ef7a" width="490" height="288" data-path="framework/public/components/separator.png" />

*Separator* components are used to separate layout elements. They can be used in most containers, including *Column container* to separate columns.

If the container flows horizontally (like a *Horizontal Stack* or a *Column container*) the *Separator* will be a vertical line. Otherwise, it'll be a horizontal line.

## Fields

<table className="componentFields">
  <thead>
    <th>Name</th>
    <th>Type</th>
    <th class="desc">Description</th>
    <th>Options</th>
  </thead>

  <tbody>
    <tr>
      <td>Separator</td>
      <td>Color</td>
      <td>-</td>

      <td>
        <span>-</span>
      </td>
    </tr>

    <tr>
      <td>Custom CSS classes</td>
      <td>Text</td>
      <td>CSS classes, separated by spaces. You can define classes in custom stylesheets.</td>

      <td>
        <span>-</span>
      </td>
    </tr>
  </tbody>
</table>
