Kwik Bottom Tabs
fun KwikBottomTabs(modifier: Modifier = Modifier, shape: Shape = MaterialTheme.shapes.medium, tabs: List<KwikTabItem>, pagerState: PagerState, elevation: Int = 0, containerColor: Color = MaterialTheme.colorScheme.surface, selectedContentColor: Color = MaterialTheme.colorScheme.primary, unselectedContentColor: Color = Color.Gray)
Bottoms tabs component that can display multiple tabs.
Parameters
modifier
Modifier to be applied to the component
shape
Shape to be applied to the component
tabs
List of KwikTabItemtabs to be displayed
pager State
PagerState to be used for the tabs
elevation
Elevation of the component
container Color
Background color of the component
selected Content Color
Color of the selected tab
unselected Content Color
Color of the unselected tab