Component - TabView for tab navigation
This UI component creates a tab bar at the bottom of the screen. Each tab shows a different screen when tapped. It helps users switch between main sections of an app easily.
This UI component creates a tab bar at the bottom of the screen. Each tab shows a different screen when tapped. It helps users switch between main sections of an app easily.
TabView
├── TabItem 1 (Home)
│ └── View (Home Screen Content)
├── TabItem 2 (Search)
│ └── View (Search Screen Content)
└── TabItem 3 (Profile)
└── View (Profile Screen Content)