Docs
Otp Input
Otp Input

Description goes here

-

Enter the 6-digit verification code

Installation

pnpm dlx shadcn@latest add https://deltacomponents.dev/r/otp-input

Usage

"use client"
 
import * as React from "react"
import { OtpInput } from "@/registry/inputs/otp-input"
 
export function Component() {
  return <OtpInput />
}

API Reference

Parameters

NameTypeDescription
proptypedescription