<PasswordInput />Examples
Sizes
Use the size prop to change the size of the input.
<div className="flex flex-col gap-2">
<PasswordInput size="xs" />
<PasswordInput size="sm" />
<PasswordInput size="md" />
<PasswordInput size="lg" />
<PasswordInput size="xl" />
</div>The password input sizes are mapped to the Input component sizes.