PasswordInput

Input field that hides characters to keep sensitive info

PropTypeDescription
namestringHTML name attribute
onChange(event: ChangeEvent<HTMLTextAreaElement>) => voidonChane property
label?stringLabel assosiated with the input
className?stringSets class attribute
value?"string" | "number"Actual value of the input
error?stringError message
maxLength?numberLimits the max input length
placeholder?stringPlaceholder text in the input
style?CSSPropertiesSets CSS styles
language icon
copy icon
import { PasswordInput } from "@brick-uikit/input";

Usage passwordinput