Container

Extends the base WrapperComponent to include a final items spec for cases where there is a base wrapper and a set of items, e.g. a list group which has the list-group outer class and a set of list-items inside.

wrappers: dict
theme: dict

 

__init__(self, items: Union[str, Mapping, McUtils.Jupyter.Apps.types.HTMLableType, McUtils.Jupyter.Apps.types.WidgetableType, Tuple[Union[str, Mapping, McUtils.Jupyter.Apps.types.HTMLableType, McUtils.Jupyter.Apps.types.WidgetableType], Mapping], NoneType, Iterable[Union[str, Mapping, McUtils.Jupyter.Apps.types.HTMLableType, McUtils.Jupyter.Apps.types.WidgetableType, Tuple[Union[str, Mapping, McUtils.Jupyter.Apps.types.HTMLableType, McUtils.Jupyter.Apps.types.WidgetableType], Mapping]]]], wrappers: dict = None, **attrs) -> None: 

 

@property
items(self): 

 

create_item(self, i, **kw): 

 

update_widget_child(self, key, value): 

 

insert_widget_child(self, where, child): 

Feedback

Examples

Templates

Documentation