leptos-use 0.19.0

Collection of essential Leptos utilities inspired by React-Use / VueUse
Documentation
1
2
3
4
5
#[derive(Copy, Clone, Default, Debug, PartialEq)]
pub struct Size {
    pub width: f64,
    pub height: f64,
}