Container
Last updated
Last updated
The Container is a structural element used for grouping other UI elements, allowing for flexible and customizable layouts. Containers can be nested within each other to create complex UI structures.
Positioning & Layout
Stacking — Defines the stacking direction of the elements inside the Container.
Align elements — Controls the alignment of elements within the Container.
Spacing — Adjusts the spacing between elements inside the Container.
Size & Layout
W — Defines the width of the Container.
H — Defines the height of the Container.
Fixed — Sets a fixed size in pixels.
Fill — Adapts the size based on the parent element (for Containers, the parent element is the Floating UI).
Hug — Adjusts the size according to the largest element inside it (available only for Floating UI and Container elements).
Padding — Defines the horizontal and vertical padding inside the Container.
Corner radius — Sets the border rounding of the Container.
Default color — The background color of the Container. If disabled, the Container will be transparent.
Hover color — The background color when hovering over the Container.
Thickness — Defines the stroke thickness of the Container.
Default color — The stroke color of the Container. If disabled, the stroke will be transparent.
Hover color — The stroke color when hovering over the Container.