At least 8 characters
At least 1 number
At least 1 lowercase letter
At least 1 uppercase letter
Installation
$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/Password1.json| Prop | Type | isCompulsory | Description |
|---|---|---|---|
onPasswordChange | (password: string) => void | true | sets the password that is input |
passwordValid | (isValid: boolean) => void | true | checks whether the input password is satisfying all the conditions |
0%
At least 8 characters
At least 1 number
At least 1 lowercase letter
At least 1 uppercase letter
Installation
$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/Password2.json| Prop | Type | isCompulsory | Description |
|---|---|---|---|
onPasswordChange | (password: string) => void | true | sets the password that is input |
passwordValid | (isValid: boolean) => void | true | checks whether the input password is satisfying all the conditions |