yew/examples/password_strength
WorldSEnder cda74c464b
Fix generic props structs (#2746)
* fixup of generic props structs

* fix build errors from msrv 1.57 on time crate

* build wasm-bindgen-cli with cargo +stable
2022-06-23 11:21:52 +02:00
..
2022-04-21 23:21:15 +05:00
2022-06-23 11:21:52 +02: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()