modal_with_footer

Function modal_with_footer 

Source
pub fn modal_with_footer<F>(
    id: &str,
    size: ModalSize,
    title: &str,
    body_fn: F,
    primary_btn_text: &str,
) -> Element<Div>
where F: FnOnce(Element<Div>) -> Element<Div>,
Expand description

Create a modal with footer buttons.