Skip to Content
ComponentsDivider

Divider

The Divider divider is a layout field, it just shows a customizable bar, it doesn’t return any value.

Example

{ "component": "divider", "name": "my_divider", "color": "#999999", "size": 2 }
Divider example
&npsb;
Test buttons

Reference

PropertyTypeDescription
componentstring
= "divider"
namestringThe name of the field and the key of the JSON
sizenumberThickness of the divider in pixel
colorstringColor of the bar (i.e., #999999)
hiddenbooleanHides the field from the form
classNamestringCSS class name to assign to the field container
labelstring | i18nLabel of the field
labelPositionstringValues: "left", "center", "right".
Bootstrap
React Suite