Home / Function/ InputOTPRtl() — ui Function Reference

InputOTPRtl() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/examples/base/input-otp-rtl.tsx lines 37–60

export function InputOTPRtl() {
  const { dir, t } = useTranslation(translations, "ar")

  return (
    <Field className="mx-auto max-w-xs">
      <FieldLabel htmlFor="input-otp-rtl">{t.verificationCode}</FieldLabel>
      <InputOTP
        maxLength={6}
        defaultValue="123456"
        dir={dir}
        id="input-otp-rtl"
      >
        <InputOTPGroup>
          <InputOTPSlot index={0} />
          <InputOTPSlot index={1} />
          <InputOTPSlot index={2} />
          <InputOTPSlot index={3} />
          <InputOTPSlot index={4} />
          <InputOTPSlot index={5} />
        </InputOTPGroup>
      </InputOTP>
    </Field>
  )
}

Subdomains

Frequently Asked Questions

What does InputOTPRtl() do?
InputOTPRtl() is a function in the ui codebase, defined in apps/v4/examples/base/input-otp-rtl.tsx.
Where is InputOTPRtl() defined?
InputOTPRtl() is defined in apps/v4/examples/base/input-otp-rtl.tsx at line 37.

Analyze Your Own Codebase

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

Try Supermodel Free