mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-22 16:49:22 -05:00
357 B
357 B
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