Description
A view that switches between multiple child views using interactive user interface elements.
Parameters
key
: A binding to a value that determines the currently selected tab.value
: The initial value of the selected tab.Example
<body>
<tabview>
<text tabItem="label:Home;systemImage:house">Home</text>
<text tabItem="label:Settings;systemImage:gear">Settings</text>
</tabview>
</body>