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

Function InputOTPSeparator

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

Source from the content-addressed store, hash-verified

67}
68
69function InputOTPSeparator({ ...props }: React.ComponentProps<"div">) {
70 return (
71 <div data-slot="input-otp-separator" role="separator" {...props}>
72 <MinusIcon />
73 </div>
74 )
75}
76
77export { InputOTP, InputOTPGroup, InputOTPSlot, InputOTPSeparator }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected