Loading preview...
Here is Pin Input component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/pin-input
import Basic from "@/components/ui/pin-input"; export default function DemoOne() { return <Basic />; }