Skip to main content
Version: 2.50.0-LTS

Divider

The Divider component is used to add a separator between components.

Component Specific Actions (CSA)

There are currently no CSA (Component-Specific Actions) implemented to regulate or control the component.

Exposed variables

There are currently no exposed variables for the component.

General

Tooltip

A Tooltip is often used to specify extra information about something when the user hovers the mouse pointer over the component.

Under the General accordion, you can set the value in the string format. Now hovering over the component will display the string as the tooltip.

Layout

Layout
Description
Expected Value
Show on DesktopMakes the component visible in desktop view.You can set it with the toggle button or dynamically configure the value by clicking on fx and entering a logical expression.
Show on MobileMakes the component visible in mobile view.You can set it with the toggle button or dynamically configure the value by clicking on fx and entering a logical expression.

Styles

Style
Description
Divider ColorIt is used to set the color of the divider. Use hex code to set the background color.
VisibilityThis property is used to set the visibility of the divider. The property accepts Boolean value.
info

Any property having fx button next to its field can be programmatically configured.