ui.navset_underline

ui.navset_underline(*args, id=None, selected=None, header=None, footer=None)

Render nav items whose active/focused navigation links are styled with an underline.

Parameters

*args: NavSetArg | MetadataNode | Sequence[MetadataNode] = ()

A collection of nav items (e.g., shiny.ui.nav_panel).

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.

See Also

Example

See nav_panel