Skip to main content

ContextMenu

Function ContextMenu 

Source
pub fn ContextMenu(props: ContextMenuProps) -> impl IntoView
Expand description

A menu portaled to the document at position (x, y), shown while open is true.

Clicking the backdrop or pressing Escape closes it; arrow, Home, and End keys move focus across its children.

ยงRequired Props