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 Desktop | Makes 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 Mobile | Makes 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 Color | It is used to set the color of the divider. Use hex code to set the background color. |
Visibility | This 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.