mirror of
https://github.com/yewstack/yew.git
synced 2026-02-01 17:26:28 +00:00
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()