dioxus-use-window 0.2.0

`use_window` hooks for dioxus
Documentation
1
2
3
4
5
6
7
8
9
10
11
## useWindow




A really common need is to get the current size of the browser window. 

This hook returns an object containing the window's width and height. 

If executed server-side (no window object) the value of width and height will be undefined.

- `use`