Components
- Accordion
- Alert
- Alert Dialog
- Aspect Ratio
- Avatar
- Badge
- Breadcrumb
- Button
- Button Group
- Card
- Checkbox
- Collapsible
- Combobox
- Command
- Context Menu
- Dialog
- Dropdown Menu
- Empty
- Field
- Hover Card
- Input
- Input Group
- Input OTP
- Item
- Kbd
- Label
- Native Select
- Pagination
- Popover
- Progress
- Radio Group
- Select
- Separator
- Sheet
- Sidebar
- Skeleton
- Slider
- Sonner
- Spinner
- Switch
- Table
- Tabs
- Textarea
- Toast
- Toggle
- Toggle Group
- Tooltip
- Typography
Get Started
@shadcn/react
@shadcn/helpers
Force UI registry
Utilities
About#
Input OTP is built on top of input-otp by @guilherme_rodz.
Installation#
pnpm dlx shadcn@latest add @force-ui-ember/input-otp
Usage#
import {
InputOTP,
InputOTPGroup,
InputOTPSeparator,
InputOTPSlot,
} from '@/ui/input-otp';<InputOTP @maxLength={{6}}>
<InputOTPGroup>
<InputOTPSlot @index={{0}} />
<InputOTPSlot @index={{1}} />
<InputOTPSlot @index={{2}} />
</InputOTPGroup>
<InputOTPSeparator />
<InputOTPGroup>
<InputOTPSlot @index={{3}} />
<InputOTPSlot @index={{4}} />
<InputOTPSlot @index={{5}} />
</InputOTPGroup>
</InputOTP>Composition#
Use the following composition to build an InputOTP:
InputOTP
├── InputOTPGroup
│ ├── InputOTPSlot
│ ├── InputOTPSlot
│ └── InputOTPSlot
├── InputOTPSeparator
├── InputOTPGroup
│ ├── InputOTPSlot
│ ├── InputOTPSlot
│ └── InputOTPSlot
├── InputOTPSeparator
└── InputOTPGroup
├── InputOTPSlot
└── InputOTPSlotPattern#
Use the @pattern argument to define a custom pattern for the OTP input.
Examples#
Separator#
Use the <InputOTPSeparator /> component to add a separator between input groups.
Disabled#
Use the @disabled argument to disable the input.
Controlled#
Use the @value and @onValueChange arguments to control the input value.
Invalid#
Use aria-invalid on the slots to show an error state.
Four Digits#
A common pattern for PIN codes. This uses the @pattern argument with digits only.
Alphanumeric#
Use an alphanumeric pattern to accept both letters and numbers.
Form#
RTL#
To enable RTL support in Force UI, see the RTL configuration guide.
API Reference#
See the input-otp documentation for more information.
Deploy your shadcn/ui app on Vercel
Trusted by OpenAI, Sonos, Adobe, and more.
Vercel provides tools and infrastructure to deploy apps and features at scale.
Deploy to Vercel