Molecule
Input Otp
A molecule component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/input-otpUsage
tsx
import { InputOtp } from "@/components/ui/molecules/input-otp.tsx";
export default function Example() {
return <InputOtp />;
}