Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.67 KB

File metadata and controls

51 lines (30 loc) · 1.67 KB
description Create visual separation between sections of a page

Divider

The Divider component creates a simple line or coloured block between sections of your website. Use it to organise content, strengthen visual hierarchy, or add a decorative break.

{% embed url="https://www.youtube.com/watch?v=5iCfc3nRnx8" %}

How to Use Divider

You’ll find Divider under Utility in the Components list.

  1. Drag Divider between the sections you want to separate.
  2. Set its width and height.
  3. Choose a colour, gradient, or image background.
  4. Adjust spacing and borders to match the surrounding layout.

Component Settings

Sizing

Width controls the divider’s horizontal size and defaults to Auto.

Height controls its thickness and defaults to theme spacing 0.5.

Background

Style chooses the divider fill:

  • Color — Uses a theme colour. This is the default.
  • Image — Uses a resource image.
  • Gradient — Blends two or three theme colours.

The controls shown below Style change to match the selected background type.

Spacing and Borders

Use Spacing to add margin or padding around the divider. Borders can add a border style, width, colour, opacity, and radius.

Accessibility

Use a Divider for presentation rather than as the only indication that content has changed topic. Keep meaningful section headings in the page structure.

Related Components

  • Container — Groups a section and can apply backgrounds, borders, and spacing.
  • Background — Creates larger decorative background areas with optional angled edges.

{% include "../../.gitbook/includes/common-controls.md" %}