Crate dioxus_use_document

Source
Expand description

§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.

Structs§

UseCharacterSet
UseDocument
UseDocumentBuilder
UseTitle

Functions§

use_charset
use_document
use_html_lang
use_lang
use_theme
use_title
use_user_lang