Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 518 Bytes

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()