The layout component allows you to structure other components. Note: Layouts alone do not create a displayable form. At least one other component must be present.
Settings
(1) Attributes: Further CSS properties can be inserted via the context menu. Some are already selectable:
Template | Attribute | Description |
|---|---|---|
Hide label | hide-label | If true, the layout will get no label. |
Height | height | Height of the layout in pixels. Example: 600px |
Red background | background-color | Background color of the layout (here red, but can be adjusted). Example: var(--lumo-error-color-50pct) |
Add border | border | Adds a border to the layout. Example: 1px solid var(--lumo-contrast-20pct) |