masterplan-calendar-frontend / MobileNavigationItem
Interface: MobileNavigationItem¶
Defined in: src/components/MobileBottomNavigation.tsx:6
A destination rendered in the phone bottom navigation.
Properties¶
active?¶
optionalactive?:boolean
Defined in: src/components/MobileBottomNavigation.tsx:10
icon¶
icon:
ReactNode
Defined in: src/components/MobileBottomNavigation.tsx:9
id¶
id:
string
Defined in: src/components/MobileBottomNavigation.tsx:7
label¶
label:
string
Defined in: src/components/MobileBottomNavigation.tsx:8
onSelect¶
onSelect: () =>
void
Defined in: src/components/MobileBottomNavigation.tsx:11
Returns¶
void