PasswordInput

PasswordInput Component

stable
Playground
Props
PropTypeDefaultValue
placeholdertext
labeltext
errorboolean
disabledboolean
sizeselectsm | md | lg
Default
WithLabel
WithError
Password must be at least 8 characters.
Disabled
PROPTYPEDEFAULTDESCRIPTION
disabledbooleanDisabled state
errorbooleanError state
labeltextLabel text
placeholdertextPlaceholder text
sizeselectInput size
Using PasswordInputtsx
import { PasswordInput } from '@/components/PasswordInput'

<PasswordInput
  placeholder="..."
  label="..."
  error="..."
  disabled="..."
  size="..."
/>
Tokens Used
No design tokens detected