yew/examples/password_strength
Kaede Hoshikawa e9ef79f0a4
Update dependencies (#2867)
* Update dependencies.

* Fix clippy.
2022-09-11 21:31:51 +09:00
..
2022-08-12 22:16:05 +09:00
2022-09-11 21:31:51 +09:00
2022-04-11 17:02:59 +05:00

Password Strength Estimator Example

Demo

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_sys to invoke a foreign function, Math.random()