dioxus-bootstrap 0.7.1

A set of Bootstrap-based components for Dioxus.
Documentation
1
2
3
4
5
function set_mode() {
    document.getElementsByTagName("html")[0].setAttribute("data-bs-theme", "light");
}

set_mode();