Module zi::layout

source · []
Expand description

The Layout type and flexbox-like utilities for laying out components.

Structs

Wrapper type for user defined component identity.

A flex container with a specified direction and items.

Represents a flex item, a layout tree nested inside a container.

Represents a layout tree which is the main building block of a UI in Zi.

Enums

Enum to control the size of an item inside a container.

Enum to control how items are placed in a container. It defines the main axis and the direction (normal or reversed).

Traits