dioxus-material 0.3.0

Animation library for Dioxus
Documentation
1
2
3
4
5
6
use dioxus::prelude::*;

#[component]
pub fn Menu() -> Element {
    todo!()
}