The password input component is very much like the text input, with the difference that their value is obscured by default (by replacing its characters with dot symbol ("•"), and the mask can be toggled on/off using the show and hide component action.
The password input color, typography, border, spacing, width and margin specifications are inherited from the text input, for reference check the text input component documentation.
The password input doesn't have the following text input elements, therefore their listed styles don't apply:
The component password has the following states:
States: enabled, hover, focus, error and disabled.
The value of the input can be toggled on or off using the default action the component provides. The password input can also be clearable.
Enter key.title with a textual cue for the resulting action.