Home / Function/ KbdRtl() — ui Function Reference

KbdRtl() — ui Function Reference

Architecture documentation for the KbdRtl() function in kbd-rtl.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  5cd657d1_e464_a9db_e8e0_136da343f3b7["KbdRtl()"]
  2d3733f4_fed7_7a24_9873_9bf83d05131f["kbd-rtl.tsx"]
  5cd657d1_e464_a9db_e8e0_136da343f3b7 -->|defined in| 2d3733f4_fed7_7a24_9873_9bf83d05131f
  style 5cd657d1_e464_a9db_e8e0_136da343f3b7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/base/kbd-rtl.tsx lines 26–44

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

  return (
    <div className="flex flex-col items-center gap-4" dir={dir}>
      <KbdGroup>
        <Kbd>⌘</Kbd>
        <Kbd>⇧</Kbd>
        <Kbd>⌥</Kbd>
        <Kbd>⌃</Kbd>
      </KbdGroup>
      <KbdGroup>
        <Kbd>Ctrl</Kbd>
        <span>+</span>
        <Kbd>B</Kbd>
      </KbdGroup>
    </div>
  )
}

Subdomains

Frequently Asked Questions

What does KbdRtl() do?
KbdRtl() is a function in the ui codebase, defined in apps/v4/examples/base/kbd-rtl.tsx.
Where is KbdRtl() defined?
KbdRtl() is defined in apps/v4/examples/base/kbd-rtl.tsx at line 26.

Analyze Your Own Codebase

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

Try Supermodel Free