An invisible block you place to shape a layout. The spacer draws nothing and does nothing — it just occupies a rectangle on the page so you can push other widgets apart, line up rows, or hold an empty gap.
The spacer renders as completely transparent — internally it's a clear rectangle with no content, the same as an empty group. It is non-interactive: taps pass straight through it and it never reacts to a Home Assistant state. Its only job is to take up space at the size and position you give it.
| Setting | What it does |
|---|---|
| Size | The whole point of the widget. Use the normal resize handles to set the width and height of the gap. A new spacer starts at 80 × 80. |
| Position | Drag it anywhere on the page, like any other widget. |
| Background | A spacer is transparent by default and is meant to stay that way. (Like every widget it carries page-level styling such as opacity and corner radius, but with no content there's nothing to show unless you deliberately give it a fill.) |