KwikBottomTabs

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

pagerState

PagerState to be used for the tabs

elevation

Elevation of the component

containerColor

Background color of the component

selectedContentColor

Color of the selected tab

unselectedContentColor

Color of the unselected tab