Skip to main content

Section Separator

The section separator is a line that is used to organize content by dividing it into sections, it provides a structured layout that will make it easier to locate sections.

Image

Properties

The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).

Common

Component Name string

A unique identifier for the separator component in the form.

Label boolean

Toggles the display of the section title (not shown when orientation is vertical).

Tooltip string

Displays additional context as a tooltip (for horizontal orientation).

Orientation object

Defines the line direction:

  • Horizontal (default)
  • Vertical

Inline boolean

Only for horizontal separators. Places the label in line with the divider.

Hide boolean

Determines visibility of the separator.


Appearance

Line Style

Thickness number
Line thickness in pixels.

Color object
Color of the line.

Type object
Line style options:

  • Solid (default)
  • Dashed
  • Dotted

Dimensions

Width string
Horizontal width. Accepts any CSS unit.

Height string
Vertical height. Accepts any CSS unit.

Title Style

Font Family / Size / Weight / Colorfont
Customize typography for section titles.

Title Custom Style function
Apply advanced title styling via JavaScript returning a CSSProperties object.

Container Style

Margin & Padding object
Configure spacing around and inside the separator.

Custom Style function
Use JavaScript to return dynamic container styles as a CSSProperties object.