2024-05-31 14:31:27 +00:00
---
id: divider
title: Divider
---
2024-10-21 10:31:55 +00:00
The **Divider** component is used to add a separator between components.
2024-05-31 14:31:27 +00:00
2024-10-21 10:31:55 +00:00
< div style = {{paddingTop:'24px'}} >
2024-05-31 14:31:27 +00:00
## Component Specific Actions (CSA)
There are currently no CSA (Component-Specific Actions) implemented to regulate or control the component.
< / div >
2024-10-21 10:31:55 +00:00
< div style = {{paddingTop:'24px'}} >
2024-05-31 14:31:27 +00:00
## Exposed variables
There are currently no exposed variables for the component.
< / div >
2024-10-21 10:31:55 +00:00
< div style = {{paddingTop:'24px'}} >
2024-05-31 14:31:27 +00:00
## General
2024-10-21 10:31:55 +00:00
2024-05-31 14:31:27 +00:00
### Tooltip
2024-10-21 10:31:55 +00:00
A Tooltip is often used to specify extra information about something when the user hovers the mouse pointer over the component.
2024-05-31 14:31:27 +00:00
2024-10-21 10:31:55 +00:00
Under the < b > General< / b > accordion, you can set the value in the string format. Now hovering over the component will display the string as the tooltip.
2024-05-31 14:31:27 +00:00
< / div >
2024-10-21 10:31:55 +00:00
< div style = {{paddingTop:'24px'}} >
2024-05-31 14:31:27 +00:00
## Layout
2024-10-21 10:31:55 +00:00
| < div style = {{ width: " 135px " } } > Layout < / div > | < div style = {{ width: " 100px " } } > Description < / div > | 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. |
2024-05-31 14:31:27 +00:00
< / div >
2024-10-21 10:31:55 +00:00
< div style = {{paddingTop:'24px'}} >
---
2024-05-31 14:31:27 +00:00
## Styles
2024-10-21 10:31:55 +00:00
| < div style = {{ width: " 100px " } } > Style < / div > | < div style = {{ width: " 100px " } } > Description < / div > |
| ------------------------------------------- | ----------------------------------------------------------------------------------------------- |
| 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. |
2024-05-31 14:31:27 +00:00
:::info
2024-10-21 10:31:55 +00:00
Any property having **fx** button next to its field can be **programmatically configured** .
2024-05-31 14:31:27 +00:00
:::
2024-10-21 10:31:55 +00:00
< / div >