mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-23 06:27:57 +00:00
* updated the documentation for the vertical divider component * made two closing bracket on line number 17 * added 2nd bracket in another verison also * added the changes in vertical divider * fix fx in next version * fix fx in versioned docs * changes in next version * changes in versioned docs * fix fx * add a minor grammar fix * add minor grammar fix --------- Co-authored-by: Pratik Agrawal <agrawalpa_4@rknec.edu> Co-authored-by: Karan Rathod <karan.altcampus@gmail.com>
62 lines
2.5 KiB
Markdown
62 lines
2.5 KiB
Markdown
---
|
|
id: vertical-divider
|
|
title: Vertical Divider
|
|
---
|
|
# 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.
|
|
|
|
<div style={{paddingTop:'24px'}}>
|
|
|
|
## Component Specific Actions (CSA)
|
|
|
|
There are currently no CSA (Component-Specific Actions) implemented to regulate or control the component.
|
|
|
|
</div>
|
|
|
|
<div style={{paddingTop:'24px'}}>
|
|
|
|
## Exposed Variables
|
|
|
|
There are currently no exposed variables for the component.
|
|
|
|
</div>
|
|
|
|
<div style={{paddingTop:'24px'}}>
|
|
|
|
## 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.
|
|
|
|
</div>
|
|
|
|
<div style={{paddingTop:'24px'}}>
|
|
|
|
## Devices
|
|
|
|
| <div style={{ width:"100px"}}> Devices </div> | <div style={{ width:"100px"}}> Description </div> | <div style={{ width:"135px"}}> Expected Value </div> |
|
|
|:----- |:--------- |:------------- |
|
|
| 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. |
|
|
|
|
</div>
|
|
|
|
|
|
<div style={{paddingTop:'24px'}}>
|
|
|
|
## Styles
|
|
|
|
| <div style={{ width:"120px"}}> Property </div> | <div style={{ width:"150px"}}> Description </div> | <div style={{ width:"180px"}}> Configuration Options </div> |
|
|
| ----------- | ----------- | ----------- |
|
|
| Divider Color | Sets the color of the divider. | Accepts any valid color value like hex (`#000000`), RGB, or predefined color names. |
|
|
| Visibility | Controls 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 Shadow | Adds 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**.
|
|
:::
|
|
|
|
</div>
|