# Space

`<space>` can be used to add empty space into a layout. You can specify width and height. Usually, both should be specified. The values accept a few units:\
Nothing (pt), milimeters (mm) and centimeters (cm)

## Examples

```xml
<space width="3mm" height="2" />
```

<details>

<summary></summary>

</details>
