forms::tabs

Structs

Tabs

A component displaying a list of tabs, e.g. for tabbed navigation.

Properties

names

Type: Property<Vec<String>>

A list of string labels for the tabs

selected

Type: Property<usize>

The index of the currently selected tab

color

Type: Property<Color>

The background color of the tabs