DocsComponents

Password Input

Password Input

Password Input with multiple variants.

Installation

CLI

Add component to your project.

npx @perceptui/cli@latest add password-input

Import from @perceptui/ui

Note: If you have installed @perceptui/ui package, then import PasswordInput from @perceptui/ui.

import { PasswordInput } from "@perceptui/ui";

API References

PropTypeDescriptionDefault
variant"classic" | "standard" | "ghost"Form of the Password Inputclassic
radius"none"|"sm"|"md"|"lg"|"xl"|"full"Radius of the Password Inputlg
classNamestringclassName_

Examples

Variant

Use the variant prop to control the visual style of the password input.

Radius

Use the radius prop to assign a specific radius value.