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
| Property | Type | Description |
|---|---|---|
| component | string | = "divider" |
| name | string | The name of the field and the key of the JSON |
| size | number | Thickness of the divider in pixel |
| color | string | Color of the bar (i.e., #999999) |
| hidden | boolean | Hides the field from the form |
| className | string | CSS class name to assign to the field container |
Pick up a framework to show specific properties | ||