Skip to main content

Modal

Function Modal 

Source
pub fn Modal(props: ModalProps) -> impl IntoView
Expand description

A portalled dialog shown while open is true. It traps Tab focus within the dialog, closes on Escape or backdrop click, and restores focus to the previously focused element when dismissed.

ยงRequired Props