Password Widget
The password widget is a text input where the password text is not echoed back to the user.

Configurable components
| Class Name | Description |
|---|---|
| card | Background card component |
| primary | Password input component |
Widget Properties
| Name | Description |
|---|---|
| form | Name of the form to submit the text to. |
| label | Field label |
CSS Properties
These CSS properties configure the underlying Vuetify button component.
| Property | Description |
|---|---|
| background | Background color |
| color | Text color |
| --w-variant | Set to elevated, flat, tonal, outlined, text or plain. |
| --w-density | Set to compact, default or comfortable. |
| --w-ripple | Set to enable the ripple effect. |
