mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Password Strength Estimator Example
A password strength estimator implemented in Yew.
Notes
If this example is a bit slow, you should try running it with the release profile.
Concepts
This example
- makes use of controlled components.
- extracts new value from
InputEvent - calls out to
js_systo invoke a foreign function,Math.random()
Running
Run this application with the trunk development server:
trunk serve --open