A Br element is used to create vertical spacing between other UI elements. It does not display content; it simply adds empty space. The size and margins allow you to control how much separation appears in the layout.
| Field | Type | Default Value | Description |
|---|---|---|---|
| Name | String | {name} | Name of the line break element. |
| Size | Number | 0 | Height of the break space. |
| Margin | Number | 20 | Outer margin applied around the break. |
| MarginLine | Number | 10 | Inner margin applied within the break structure. |
To learn how to build this same element using JSON coding, visit:
Develop the Br with JSON