Home / Function/ KbdWithIconsAndText() — ui Function Reference

KbdWithIconsAndText() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/bases/radix/examples/kbd-example.tsx lines 119–146

function KbdWithIconsAndText() {
  return (
    <Example title="With Icons and Text">
      <KbdGroup>
        <Kbd>
          <IconPlaceholder
            lucide="ArrowLeftIcon"
            tabler="IconArrowLeft"
            hugeicons="ArrowLeft01Icon"
            phosphor="ArrowLeftIcon"
            remixicon="RiArrowLeftLine"
          />
          Left
        </Kbd>
        <Kbd>
          <IconPlaceholder
            lucide="CircleDashedIcon"
            tabler="IconCircleDashed"
            hugeicons="DashedLineCircleIcon"
            phosphor="CircleDashedIcon"
            remixicon="RiLoaderLine"
          />
          Voice Enabled
        </Kbd>
      </KbdGroup>
    </Example>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free