A customizable input field for passwords.

Different styles of password inputs, allowing customization based on UI needs. Use the variant prop to switch between styles.
Defines the border-radius of the password input, affecting its rounded corners. Adjust it using the radius prop.
Controls whether the lock icon is visible in the password input field. Toggle this using the hideLock prop.
A disabled state for the password input, preventing user interaction. Enable this using the disabled prop.