TabComponent
Tab layout component
Installation
Examples
Properties
Name
Type
Description
tabs
Tab[]
tabs
selected
string
selected tab id
onChangeTab
(tab: string) => void
on change tab
direction
'vertical' | 'horizontal'
direction of tabs
position
'top' | 'bottom' | 'left' | 'right'
position of tabs
styles
tab component styles
tabs
tabs
type
Tab[]
selected
selected tab id
type
string
onChangeTab
on change tab
type
(tab: string) => void
direction
direction of tabs
type
'vertical' | 'horizontal'
position
position of tabs
type
'top' | 'bottom' | 'left' | 'right'
styles
tab component styles
type
Last updated