FancyBottomNavigationBar
A library that you can use for bottom navigation bar. Written with Jetpack Compose.
Tech Stack
- Kotlin
- Jetpack Compose
- Material Design
Usage
FancyBottomNavigation(
navController = navController,
bottomNavItemList = bottomNavItemList,
centerItemIcon = Icons.Outlined.Share,
centerItemOnClick = { /*TODO*/ },
navItemOnClick = {/*TODO*/ },
modifier = Modifier,
centerItemBackgroundColor = Color.Blue,
bottomNavElevation = 12.dp,
bottomNavBackgroundColor = Color.White
)