Skip to main content

Module containers

Module containers 

Source
Expand description

Container builders for layout management

Structs§

Grid
Builder for a Grid container
Panel
Builder for a Panel container
ScrollView
Builder for a ScrollView container
Stack
Builder for a Stack container (horizontal or vertical)

Functions§

column
Helper to create a column
input_row
Helper to create a horizontal row with a label and another component
row
Helper to create a row with custom children