Skip to content

doggodoge/fancy-password-input

Repository files navigation

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