Expand description
Provides the Boxed
component for overlaying multiple child components in a single container.
The Boxed
module enables stacking and aligning several UI elements on top of each other,
making it ideal for building layered interfaces, overlays, decorations, or custom backgrounds.
Children are positioned according to the specified Alignment
,
and the container size adapts to the largest child or can be customized via DimensionValue
.
Typical use cases include tooltips, badges, composite controls, or any scenario where multiple widgets need to share the same space with flexible alignment.
Structs§
- Boxed
Args - Arguments for the
Boxed
component. - Boxed
Args Builder - Builder for
BoxedArgs
. - Boxed
Scope - A scope for declaratively adding children to a
boxed
component.
Enums§
- Boxed
Args Builder Error - Error type for BoxedArgsBuilder
Functions§
- boxed
- A component that overlays its children on top of each other.