Skip to main content

Row

Creates a horizontal layout for organizing other widgets side-by-side.

Parameters

NameDescriptionTypeDefault
widgets (required)A list of widgets to display horizontally in this row.TemplateNone
keyAn optional key to identify this row. If not provided, one will be generated.strNone
errorsA list of error messages to start with. Defaults to [].List[str][]

State Value

Dict[str, State]: A dictionary containing the current state/values of the nested widgets.

info

This is the type of the value that this widget holds. It will show up when accessing widget's state item.

This also defines which value type can be used on initial_state