shapelets.apps.DataApp.horizontal_layout#
- DataApp.horizontal_layout(title: Optional[str] = None, panel_id: Optional[str] = None, align_items: Optional[Literal['center', 'left', 'right']] = 'left', **additional) HorizontalLayoutWidget #
Defines a layout where widgets are arranged side by side horizontally. param title: String with the Panel title. It will be placed on top of the Panel. param panel_id: Panel ID. param align_items: Select how widgets are align: center, left, right. return HorizontalLayout.