Skip to content

Latest commit

 

History

History
 
 

password_strength

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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