express.ui.navset_tab

express.ui.navset_tab(id=None, selected=None, header=None, footer=None)

Context manager for a set of nav items as a tabset.

This function wraps navset_tab.

Parameters

id: Optional[str] = None

If provided, will create an input value that holds the currently selected nav item.

selected: Optional[str] = None

Choose a particular nav item to select by default value (should match it’s value).

header: TagChild = None

UI to display above the selected content.

footer: TagChild = None

UI to display below the selected content.