miuix-ui
Toggle table of contents
0.9.1
common
Target filter
common
Switch theme
Search in API
Skip to content
miuix-ui
miuix-ui
/
top.yukonga.miuix.kmp.basic
/
NavigationItem
Navigation
Item
@
Immutable
data
class
NavigationItem
(
val
label
:
String
,
val
icon
:
ImageVector
)
The data class for
NavigationBar
.
Parameters
label
The label of the item.
icon
The icon of the item.
Members
Constructors
Navigation
Item
Link copied to clipboard
constructor
(
label
:
String
,
icon
:
ImageVector
)
Properties
icon
Link copied to clipboard
val
icon
:
ImageVector
label
Link copied to clipboard
val
label
:
String