A password strength estimator implemented in Yew.
You should run this example with the --release
flag:
trunk serve --release
This example
- makes use of controlled components.
- extracts new value from
InputEvent
- calls out to
js_sys
to invoke a foreign function,Math.random()