For the complete documentation index, see llms.txt. This page is also available as Markdown.

Separator

Add visual dividers between content sections in Webstudio.

See MDN: <hr>

The Separator component creates a visual divider between content sections. It renders as a semantic <hr> (horizontal rule) element or can be styled as a vertical divider.

When to Use

Use Separator for:

  • Dividing sections of content

  • Separating items in a list or menu

  • Creating visual breaks in long content

  • Organizing navigation or sidebar elements

How to Use

  1. Drag a Separator component from Components > General onto your canvas

  2. Position it between the content sections you want to divide

  3. Style using the Style Panel (color, thickness, margins)

Styling

Horizontal Separator (Default)

Vertical Separator

For a vertical divider (useful in horizontal layouts):

Decorative Separator

Create more decorative dividers:

Properties

Some commonly used properties (see the Settings panel for all available options):

Property
Description

orientation

horizontal (default) or vertical

decorative

If true, removes from accessibility tree

Last updated

Was this helpful?