edifice.TabView

class edifice.TabView(labels=None, **kwargs)[source]

Bases: edifice.base_components._LinearView

Widget with multiple tabs.

../_images/tab_view.png

A TabView with 2 children.

Parameters

labels – The labels for the tabs. The number of labels must match the number of children.

Methods

Attributes

children

The children of this component.

props

The props of this component.