dioxus-use-dialog

Crates.iodioxus-use-dialog
lib.rsdioxus-use-dialog
version0.1.0
sourcesrc
created_at2022-02-12 04:24:26.560923
updated_at2022-02-12 04:24:26.560923
description`use_dialog` hooks for dioxus
homepage
repositoryhttps://github.com/oovm/dioxus-hooks
max_upload_size
id531175
size4,734
YuKun Liu (mrxiaozhuox)

documentation

https://docs.rs/dioxus-use-dialog

README

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 regard as iPhone X.

Commit count: 51

cargo fmt