IListItemProps
Props of ListItem
Properties
active?
optionalactive:boolean
Whether the item is currently active/selected
children?
optionalchildren:ReactNode
Content to render inside the list item
className?
optionalclassName:string
Additional CSS classes for the list item
onNavigate?
optionalonNavigate:VoidFuncNoParam
Event handler called when the item is clicked/navigated
showTooltip?
optionalshowTooltip:boolean
Whether a tooltip should be shown when the text overflows