ToolJet/docs/versioned_docs/version-2.39.0/widgets/divider.md
Karan Rathod 9423e890c8
[docs]: Create new version for recent updates (#9635)
* create new version

* revert changes in versions.json

* add system requirements in version 2.39
2024-05-08 11:12:15 +05:30

1.8 KiB

id title
divider Divider

Divider

Divider widget is used to add 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 widget.

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

Layout

<div style={{ width:"135px"}}> Layout <div style={{ width:"100px"}}> Description
Show on Desktop This property have toggle switch. If enabled, the divider will display in the desktop view else it will not appear.
Show on Mobile This property have toggle switch. If enabled, the divider will display in the mobile view else it will not appear.

Styles

<div style={{ width:"100px"}}> Style <div style={{ width:"100px"}}> 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. :::