mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 17:09:21 -05:00
52d3bf33f8
# Conflicts: # Cargo.toml # src/core/storage.rs # src/lib.rs # src/use_clipboard.rs # src/use_cookie.rs # src/use_mouse.rs # src/use_mouse_in_element.rs # src/use_preferred_dark.rs # src/use_timeout_fn.rs |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
index.html | ||
README.md | ||
rust-toolchain.toml | ||
Trunk.toml |
A simple example for use_throttle_fn
.
If you don't have it installed already, install Trunk as well as the nightly toolchain for Rust and the wasm32-unknown-unknown target:
cargo install trunk
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown
To run the demo:
trunk serve --open