PasswordInput

Inputs

An input field for passwords with visibility toggle.

Preview

Usage

<PasswordInput label="Password" bind:value={password} />

Props

NameTypeDefaultDescription
valuestring''The password value.
labelstring''Label text.