PasswordField
An input used for entering passwords.
Importing
1
import { PasswordField } from '@infinityfx/fluid';Usage
With annotation
API reference
PasswordField Props
strengthBar?
boolean
false
Shows a bar indicating how secure the entered password is.
size?
'xsm' | 'sml' | 'med' | 'lrg'
'med'
variant?
'default' | 'minimal'
'default'
round?
boolean
false
icon?
React.ReactNode
Icon element displayed on the left side of the field.
error?
any
Marks the field as invalid when truthy.
disabled?
boolean
false