Components
Divider

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
}
Loading...

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
Pick up a framework to show specific properties
Bootstrap
React Suite