Skip to main content

MenuItem

Function MenuItem 

Source
pub fn MenuItem(props: MenuItemProps) -> impl IntoView
Expand description

A single selectable menu row that fires on_select on click or Enter/Space.

Passing a checked signal renders it as a checkbox item; disabled blocks selection, and shortcut shows a trailing key hint.

§Required Props

§Optional Props