Home / Function/ KbdWithIcons() — ui Function Reference

KbdWithIcons() — ui Function Reference

Architecture documentation for the KbdWithIcons() function in kbd-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  3585e7d0_fac1_6525_d6b6_f353a2fad76c["KbdWithIcons()"]
  6fda6bb4_9ac7_9708_3b40_8bd940e4f620["kbd-example.tsx"]
  3585e7d0_fac1_6525_d6b6_f353a2fad76c -->|defined in| 6fda6bb4_9ac7_9708_3b40_8bd940e4f620
  style 3585e7d0_fac1_6525_d6b6_f353a2fad76c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/kbd-example.tsx lines 83–117

function KbdWithIcons() {
  return (
    <Example title="With Icons">
      <KbdGroup>
        <Kbd>
          <IconPlaceholder
            lucide="CircleDashedIcon"
            tabler="IconCircleDashed"
            hugeicons="DashedLineCircleIcon"
            phosphor="CircleDashedIcon"
            remixicon="RiLoaderLine"
          />
        </Kbd>
        <Kbd>
          <IconPlaceholder
            lucide="ArrowLeftIcon"
            tabler="IconArrowLeft"
            hugeicons="ArrowLeft01Icon"
            phosphor="ArrowLeftIcon"
            remixicon="RiArrowLeftLine"
          />
        </Kbd>
        <Kbd>
          <IconPlaceholder
            lucide="ArrowRightIcon"
            tabler="IconArrowRight"
            hugeicons="ArrowRight01Icon"
            phosphor="ArrowRightIcon"
            remixicon="RiArrowRightLine"
          />
        </Kbd>
      </KbdGroup>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

What does KbdWithIcons() do?
KbdWithIcons() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/kbd-example.tsx.
Where is KbdWithIcons() defined?
KbdWithIcons() is defined in apps/v4/registry/bases/radix/examples/kbd-example.tsx at line 83.

Analyze Your Own Codebase

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

Try Supermodel Free