Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.navigationbar
/
NavigationBar
Navigation
Bar
@
Composable
fun
NavigationBar
(
items
:
List
<
INavItem
>
,
modifier
:
Modifier
=
Modifier
,
alwaysShowLabel
:
Boolean
=
true
,
showForSingleItem
:
Boolean
=
false
)