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
  ebecb2e6_ca03_4edb_cb26_a445a87ea0c8["KbdDemo()"]
  b53956c3_b759_f25b_3436_a9c1a0948de6["kbd-demo.tsx"]
  ebecb2e6_ca03_4edb_cb26_a445a87ea0c8 -->|defined in| b53956c3_b759_f25b_3436_a9c1a0948de6
  style ebecb2e6_ca03_4edb_cb26_a445a87ea0c8 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/examples/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/registry/new-york-v4/examples/kbd-demo.tsx.
Where is KbdDemo() defined?
KbdDemo() is defined in apps/v4/registry/new-york-v4/examples/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