bootstack.GroupItem#
- class bootstack.GroupItem(items=<factory>, label=None, col_count=1, min_col_width=275, width=None, height=None, column=None, row=None, columnspan=1, rowspan=1, padding=8, type='group')#
Bases:
objectA labeled group of fields with its own column layout, placed in a
Form.- items: list[FieldItem | Mapping[str, Any] | GroupItem | TabsItem]#
Child
FieldItem,GroupItem, orTabsIteminstances (or equivalent dicts).
- label: str | None = None#
Section heading shown above the group border. No border is drawn when
None.
- padding: int | str | tuple[int, int] | tuple[int, int, int, int] | None = 8#
Internal padding inside the group border. Default
8.