express.ui.navset_card_pill

express.ui.navset_card_pill(id=None, selected=None, title=None, sidebar=None, header=None, footer=None)

Context manager for a set of nav items as a tabset inside a card container.

This function wraps navset_card_pill.

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).

sidebar: Optional[ui.Sidebar] = None

A shiny.express.ui.Sidebar component to display on every nav page.

header: TagChild = None

UI to display above the selected content.

footer: TagChild = None

UI to display below the selected content.