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
  3618a193_7d9f_a3e1_028c_5913bda9d40e["KbdWithIconsAndText()"]
  7d86731d_04ad_49e7_fa2b_0b218824c453["kbd-example.tsx"]
  3618a193_7d9f_a3e1_028c_5913bda9d40e -->|defined in| 7d86731d_04ad_49e7_fa2b_0b218824c453
  style 3618a193_7d9f_a3e1_028c_5913bda9d40e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/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/base/examples/kbd-example.tsx.
Where is KbdWithIconsAndText() defined?
KbdWithIconsAndText() is defined in apps/v4/registry/bases/base/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