Password
A specialized input component for password fields that includes a toggle button to show/hide the password.
Props
The Password component accepts all props from the base Input component, with the following additions:
| Name | Default | Type |
|---|---|---|
show-password | false | boolean Whether the password should be visible by default |
Usage
The Color component inherits all functionality from the base Input component.