yew-utils 0.3.0

Some batteries for the yew WebAssembly frontend framework.
Documentation
1
2
3
4
5
6
7
8
9
pub mod table;

#[cfg(feature = "mui-css")]
#[path = "drop_down_muicss.rs"]
pub mod drop_down;

#[cfg(not(feature = "mui-css"))]
#[path = "drop_down_plain.rs"]
pub mod drop_down;