Skip to main content

tab

Function tab 

Source
pub fn tab<E: Serialize>(
    label: impl Into<String>,
    selected: bool,
    on_select: E,
) -> Tab
Expand description

A bottom-nav tab carrying a typed selection event.