Skip to main content

Divider


The "Divider" adds a horizontal line, helping you to visually separate multiple components or sections within the form. This line stretches across the width of the application giving the users a cue as to the start or end of the sections. Dividers are ideally used for improving the application's organization and usability by breaking them into smaller sections.

Divider Properties

PropertyDescription
TextAdds a text to the mid of the divider, allowing you to enter a title or an end text to the section.
Line HeightSets the thickness of the divider line.
Line ColorChanges the color of the divider.
BeforeAfter


Divider
Divider

API Methods

setVisibility

Sets the Visibility flag for this component.

setVisibility(visible: boolean): void

setVisibilityCondition

Sets the visibility condition for this component.

setVisibilityCondition(condition: string): void