reflex
reflex copied to clipboard
Create pc.password component
This can just be a shorthand for
pc.input(type_="password")
but we can also have nice features like automatically hashing the value before storing it in the state, so we never store raw passwords.