express.ui.navset_underline

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

Context manager for a set of nav items whose active/focused navigation links are styled with an underline.

This function wraps navset_underline.

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.