pub fn Modal(props: ModalProps) -> impl IntoViewExpand 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
- open:
RwSignal<bool> - children:
ChildrenFn