Home / Function/ KbdDemo() — ui Function Reference

KbdDemo() — ui Function Reference

Architecture documentation for the KbdDemo() function in kbd-demo.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  5e13199e_3b06_518d_301f_d2fc73594140["KbdDemo()"]
  e6ac0ca0_86a6_7c4e_f701_4ef3e477f590["kbd-demo.tsx"]
  5e13199e_3b06_518d_301f_d2fc73594140 -->|defined in| e6ac0ca0_86a6_7c4e_f701_4ef3e477f590
  style 5e13199e_3b06_518d_301f_d2fc73594140 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/kbd-demo.tsx lines 3–19

export default function KbdDemo() {
  return (
    <div className="flex flex-col items-center gap-4">
      <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 KbdDemo() do?
KbdDemo() is a function in the ui codebase, defined in apps/v4/examples/radix/kbd-demo.tsx.
Where is KbdDemo() defined?
KbdDemo() is defined in apps/v4/examples/radix/kbd-demo.tsx at line 3.

Analyze Your Own Codebase

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

Try Supermodel Free