➖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
Drag a Separator component from Components > General onto your canvas
Position it between the content sections you want to divide
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):
orientation
horizontal (default) or vertical
decorative
If true, removes from accessibility tree
Related
Element – Generic HTML containers
List – Ordered and unordered lists
Blockquote – Quoted content
Last updated
Was this helpful?
