Skip to main content

TabBar

Function TabBar 

Source
pub fn TabBar(props: TabBarProps) -> impl IntoView
Expand description

A horizontal row of tabs from (id, label) pairs, binding the selected id to active and cycling selection with the left and right arrow keys.

ยงRequired Props