KbdDemo() — ui Function Reference
Architecture documentation for the KbdDemo() function in kbd-demo.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 946bff83_898b_ba98_9ec7_495bd1816f9f["KbdDemo()"] e2c7d624_3664_95b8_0162_95c4e701c210["kbd-demo.tsx"] 946bff83_898b_ba98_9ec7_495bd1816f9f -->|defined in| e2c7d624_3664_95b8_0162_95c4e701c210 style 946bff83_898b_ba98_9ec7_495bd1816f9f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/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>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does KbdDemo() do?
KbdDemo() is a function in the ui codebase, defined in apps/v4/examples/base/kbd-demo.tsx.
Where is KbdDemo() defined?
KbdDemo() is defined in apps/v4/examples/base/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