Skip to main content

modal

Macro modal 

Source
macro_rules! modal {
    ($($child:expr),* $(,)?) => { ... };
}
Expand description

A Modal around the given children. Chain .title(..) and .on_close(..) after.