Home / Function/ InputOTPSeparator() — ui Function Reference

InputOTPSeparator() — ui Function Reference

Architecture documentation for the InputOTPSeparator() function in input-otp.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  1c3ac1aa_b92e_8383_f58f_1cd4de66eec4["InputOTPSeparator()"]
  cd6c0e65_3f70_9d11_6711_c2dcab987df6["input-otp.tsx"]
  1c3ac1aa_b92e_8383_f58f_1cd4de66eec4 -->|defined in| cd6c0e65_3f70_9d11_6711_c2dcab987df6
  style 1c3ac1aa_b92e_8383_f58f_1cd4de66eec4 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/ui/input-otp.tsx lines 73–90

function InputOTPSeparator({ ...props }: React.ComponentProps<"div">) {
  return (
    <div
      data-slot="input-otp-separator"
      className="cn-input-otp-separator flex items-center"
      role="separator"
      {...props}
    >
      <IconPlaceholder
        lucide="MinusIcon"
        tabler="IconMinus"
        hugeicons="MinusSignIcon"
        phosphor="MinusIcon"
        remixicon="RiSubtractLine"
      />
    </div>
  )
}

Subdomains

Frequently Asked Questions

What does InputOTPSeparator() do?
InputOTPSeparator() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/input-otp.tsx.
Where is InputOTPSeparator() defined?
InputOTPSeparator() is defined in apps/v4/registry/bases/radix/ui/input-otp.tsx at line 73.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free