pub fn TabBar(props: TabBarProps) -> impl IntoViewExpand 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
- tabs:
Vec<(String, String)> - active:
RwSignal<String>