Mobile UI
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
Mobile UI
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.navigationBar
/
NavigationBar
Navigation
Bar
@
Composable
fun
<
T
>
NavigationBar
(
modifier
:
Modifier
=
Modifier
,
items
:
List
<
NavigationBarItem
<
T
>
>
,
selectedItemIndex
:
Int
?
=
null
,
onItemClick
:
(
T
)
->
Unit
)