Function dioxus_material::Dialog

source ·
pub fn Dialog<'a>(cx: Scope<'a, DialogProps<'a>>) -> Element<'a>
Expand description

Dialogs provide important prompts in a user flow.

material.io

Props

For details, see the props struct definition.