Rezi
Preparing search index...
core/src
TabsProps
Type Alias TabsProps
TabsProps
:
Readonly
<
{
activeTab
:
string
;
dsSize
?:
WidgetSize
;
dsTone
?:
WidgetTone
;
dsVariant
?:
WidgetVariant
;
id
:
string
;
key
?:
string
;
onChange
:
(
key
:
string
)
=>
void
;
position
?:
TabsPosition
;
tabs
:
readonly
TabsItem
[]
;
variant
?:
TabsVariant
;
}
,
>
Props for tabs widget.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Props for tabs widget.