MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / InputOTPGroup

Function InputOTPGroup

src/components/ui/input-otp.tsx:29–37  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

27}
28
29function InputOTPGroup({ className, ...props }: React.ComponentProps<"div">) {
30 return (
31 <div
32 data-slot="input-otp-group"
33 className={cn("flex items-center", className)}
34 {...props}
35 />
36 )
37}
38
39function InputOTPSlot({
40 index,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected