Search Docs
Loading...
Skip to content

Interface: TabsOptions

Represents options for a tab bar.

The TabsOptions interface provides a set of properties that control the behavior and appearance of a tab bar. These options include settings for the tabs, the selected tab, the selected tab setter and the disabled state.

Properties#

Property Type Description
tabs TabOptions[] -
inputLabel? string string[]
inputLabelPosition? "left" "top"
value string The id of the currently selected tab.
setValue (value) => void -
isDisabled? boolean -