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

Relationship Graph

Source Code

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