Archived on GitHub and moved to https://git.sr.ht/~gary_moore/fancy-password-input
# Fancy Password Input 🛂
This budibase widget adds a new fancy password input with a wee progress bar thing that can be customized with a threshold, max length etc.
- Fancy password input field
- Visual complexity slider and controls
- Forms compatibility
- Customizable bad/good password text
This is an input component that will work inside a form. Basically, it's a very
styled <input type="password">, with a little bar that shows complexity of
your password.
This component is also compatible with forms.
To build your new plugin run the following in your Budibase CLI:
budi plugins --buildYou can also re-build everytime you make a change to your plugin with the command:
budi plugins --watch