Stack

Stack

The Stack Widget allows you to visually stack items on top of each other, providing a flexible and layered approach to layout and design within your application.

Test in Kitchen Sink (opens in a new tab)

Properties

PropertyTypeDescription
childrenarrayList of widgets
stylesobjectSee properties

styles

PropertyTypeDescription
alignChildrenstringHow to align the children within the stack such that their alignment points will be the same (default is topStart). Each child can override this with alignment property. topLeft, topCenter, topRight, centerLeft, center, centerRight, bottomLeft, bottomCenter, bottomRight