dioxus-use-navigator

Crates.iodioxus-use-navigator
lib.rsdioxus-use-navigator
version0.2.0
sourcesrc
created_at2023-03-07 05:11:43.192077
updated_at2023-03-07 05:11:43.192077
description`use_head` hooks for dioxus
homepage
repositoryhttps://github.com/oovm/dioxus-hooks
max_upload_size
id803303
size8,045
SasakiSaki (oovm)

documentation

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

README

useClipboard

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