Docs.rs
leptos-use-0.15.6
leptos-use 0.15.6
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
maccesch
Dependencies
actix-web ^4
normal
optional
async-trait ^0.1
normal
optional
cfg-if ^1
normal
chrono ^0.4
normal
codee ^0.2
normal
optional
cookie ^0.18
normal
optional
default-struct-builder ^0.5
normal
futures-util ^0.3
normal
optional
gloo-timers ^0.3
normal
optional
gloo-utils ^0.2
normal
optional
http ^0.2
normal
optional
http ^1
normal
optional
js-sys ^0.3
normal
lazy_static ^1
normal
leptos ^0.7
normal
leptos-spin ^0.2
normal
optional
leptos_actix ^0.7
normal
optional
leptos_axum ^0.7
normal
optional
num ^0.4
normal
optional
paste ^1
normal
send_wrapper ^0.6.0
normal
thiserror ^2
normal
unic-langid ^0.9
normal
optional
wasm-bindgen ^0.2.100
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3.77
normal
optional
codee ^0.2
dev
getrandom ^0.2
dev
leptos_meta ^0.7
dev
rand ^0.8
dev
serde ^1
dev
unic-langid ^0.9
dev
Versions
67.19%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
leptos_
use
0.15.6
Module math
Module Items
Functions
In crate leptos_
use
leptos_use
Module
math
Copy item path
Source
Expand description
Collection of reactive math functions
Functions
ยง
use_abs
Reactive
abs()
.
use_and
Reactive
AND
condition.
use_
ceil
Reactive
ceil()
.
use_
floor
Reactive
floor()
.
use_max
Reactive
max()
.
use_min
Reactive
min()
.
use_not
Reactive
NOT
condition.
use_or
Reactive
OR
condition.
use_
round
Reactive
round()
.