Home / Function/ KbdGroupExample() — ui Function Reference

KbdGroupExample() — ui Function Reference

Architecture documentation for the KbdGroupExample() function in kbd-group.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  227c9c77_d643_9818_43af_8b38387acc48["KbdGroupExample()"]
  58a1812b_f8e2_c124_97c7_ec8e22dad066["kbd-group.tsx"]
  227c9c77_d643_9818_43af_8b38387acc48 -->|defined in| 58a1812b_f8e2_c124_97c7_ec8e22dad066
  style 227c9c77_d643_9818_43af_8b38387acc48 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/examples/kbd-group.tsx lines 3–16

export default function KbdGroupExample() {
  return (
    <div className="flex flex-col items-center gap-4">
      <p className="text-muted-foreground text-sm">
        Use{" "}
        <KbdGroup>
          <Kbd>Ctrl + B</Kbd>
          <Kbd>Ctrl + K</Kbd>
        </KbdGroup>{" "}
        to open the command palette
      </p>
    </div>
  )
}

Subdomains

Frequently Asked Questions

What does KbdGroupExample() do?
KbdGroupExample() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/examples/kbd-group.tsx.
Where is KbdGroupExample() defined?
KbdGroupExample() is defined in apps/v4/registry/new-york-v4/examples/kbd-group.tsx at line 3.

Analyze Your Own Codebase

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

Try Supermodel Free