TabWidget
is a container for a set of tabs. It can only have Tab
elements as children and only one tab will be visible at
a time.
Properties
current-index
int default: 0
The index of the currently visible tab.
Properties of the Tab
element
title
string default: ""
The text written on the tab.