mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
* fixup of generic props structs * fix build errors from msrv 1.57 on time crate * build wasm-bindgen-cli with cargo +stable
Password Strength Estimator Example
A password strength estimator implemented in Yew.
Running
You should run this example with the --release flag:
trunk serve --release
Concepts
This example
- makes use of controlled components.
- extracts new value from
InputEvent - calls out to
js_systo invoke a foreign function,Math.random()