Synphonyte / leptos-use

Collection of essential Leptos utilities inspired by React-Use / VueUse
https://leptos-use.rs/
Apache License 2.0
328 stars 72 forks source link

Add `use_window_size` #163

Closed seanaye closed 2 months ago

seanaye commented 2 months ago

There's no reactive way to read window.innerHeight and window.innerWidth as far as I can tell. It would be nice to add a method for these via window.addEventListener("resize" () => {})

maccesch commented 2 months ago

Reference: https://vueuse.org/core/useWindowSize/