dioxus-modal 0.1.1

A utility for Dioxus for handling modals
Documentation
1
2
3
4
5
use crate::MODAL;

pub fn close() {
    *MODAL.write() = None;
}