mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
.. | ||
src | ||
Cargo.toml | ||
index.html | ||
README.md | ||
rust-toolchain.toml | ||
Trunk.toml |
A simple example for use_debounce_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