Skip to main content
Version: 2.70.0-Beta 🚧

Vertical Divider

The Vertical Divider component creates a clear visual separation between two adjacent components by adding a vertical separator. It's commonly used to enhance layout structure, improve readability, and organize content by providing a distinct division between sections within a user interface.

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.

Devices

Devices
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

Property
Description
Configuration Options
Divider ColorSets the color of the divider.Accepts any valid color value like hex (#000000), RGB, or predefined color names.
VisibilityControls whether the divider is visible.You can set it as either true or false or dynamically configure the value by clicking on fx and entering a logical expression.
Box ShadowAdds shadow around the divider to create depth.Accepts box-shadow values like none, 2px 4px 6px rgba(0, 0, 0, 0.1)
info

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