Fancy password input, has a complexity bar thing
- JavaScript 62.4%
- Svelte 37.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| lib | ||
| src | ||
| .gitignore | ||
| .npmignore | ||
| .prettierrc.json | ||
| index.js | ||
| jest.config.cjs | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| rollup.config.js | ||
| schema.json | ||
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.
Features
- Fancy password input field
- Visual complexity slider and controls
- Forms compatibility
- Customizable bad/good password text
Description
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.
Instructions
To build your new plugin run the following in your Budibase CLI:
budi plugins --build
You can also re-build everytime you make a change to your plugin with the command:
budi plugins --watch
