Apple.TabView
The Apple.TabView element provides an iOS style tab view.
Apple.TabView is implemented by combining a TabView and an Apple.TabBar. If you need more specialized behavior than Apple.TabView provides, you can use these individual parts for maximum flexibility.
extension alias Apple.TabBarItem Apple.TabView.tab
An extension property that allows you to configure the Apple.TabBarItem used for the tab page.
Apple.TabView { Rectangle { Apple.TabView.tab.label: "Welcome" color: #C6E6F6 } }