TabPanel component
Level: beginner
TabPanel
is a component that lets you set up a tab panel on an app page.
Properties
id string
The unique ID. Service field.
items TabItem[]
The array of panel tabs. By default, []
.
selectedTabIndex number
Sets the selected panel tab. By default, 0
.