4-Digit PIN

Standard 4-digit PIN for account security.

6-Digit Verification

Email or SMS verification code with 6 digits.

Without Label

Compact pin input for inline use.

Two-Factor Auth

Enter the code from your authenticator app.

Enter the 6-digit code from your authenticator app.

Email Verification

PIN input in an email verification flow.

Verify Your Email

We sent a 6-digit code to [email protected]

Phone Verification

SMS code entry for phone number confirmation.

Verify Phone Number

Enter the 4-digit code sent to +1 (555) 123-4567

Usage

// 4-digit PIN<PinInput label="Enter PIN" length="4" />// 6-digit verification code<PinInput label="Verification Code" length="6" />// Without label<PinInput length="6" />

Props

PropTypeDefaultDescription
labeltext""Label text above pin boxes
lengthtext"4"Number of input boxes (4 or 6)