InputOTPSeparator() — ui Function Reference
Architecture documentation for the InputOTPSeparator() function in input-otp.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 1a9e6389_b6fb_230c_9909_77dabb780989["InputOTPSeparator()"] 1b7612bc_0a58_2c15_aab2_7ba351cf9c59["input-otp.tsx"] 1a9e6389_b6fb_230c_9909_77dabb780989 -->|defined in| 1b7612bc_0a58_2c15_aab2_7ba351cf9c59 style 1a9e6389_b6fb_230c_9909_77dabb780989 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui-rtl/input-otp.tsx lines 72–83
function InputOTPSeparator({ ...props }: React.ComponentProps<"div">) {
return (
<div
data-slot="input-otp-separator"
className="flex items-center [&_svg:not([class*='size-'])]:size-4"
role="separator"
{...props}
>
<MinusIcon />
</div>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does InputOTPSeparator() do?
InputOTPSeparator() is a function in the ui codebase, defined in apps/v4/examples/radix/ui-rtl/input-otp.tsx.
Where is InputOTPSeparator() defined?
InputOTPSeparator() is defined in apps/v4/examples/radix/ui-rtl/input-otp.tsx at line 72.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free