Fancy password input, has a complexity bar thing
  • JavaScript 62.4%
  • Svelte 37.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-10-09 21:52:32 +01:00
.github/workflows fix: install pnpm in actions 2022-10-09 21:52:32 +01:00
lib feat: intitial implementation of password input 2022-10-01 15:00:55 +01:00
src fix: add extra test for clamp 2022-10-04 04:25:40 +01:00
.gitignore feat: intitial implementation of password input 2022-10-01 15:00:55 +01:00
.npmignore feat: intitial implementation of password input 2022-10-01 15:00:55 +01:00
.prettierrc.json fix: styling improvements, removed thiccness 2022-10-04 00:36:31 +01:00
index.js feat: intitial implementation of password input 2022-10-01 15:00:55 +01:00
jest.config.cjs fix: add tests 2022-10-04 02:49:37 +01:00
LICENSE Create LICENSE 2022-10-01 15:58:33 +01:00
package.json fix: install pnpm in actions 2022-10-09 21:52:32 +01:00
pnpm-lock.yaml fix: change yarn lockfile to pnpm 2022-10-09 21:47:27 +01:00
README.md chore: add badges 2022-10-04 03:50:28 +01:00
rollup.config.js feat: intitial implementation of password input 2022-10-01 15:00:55 +01:00
schema.json fix: styling improvements, removed thiccness 2022-10-04 00:36:31 +01:00

Fancy Password Input 🛂

Release codecov

fancy-password

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