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>,
Create a modal with footer buttons.