kbd-demo.tsx — ui Source File
Architecture documentation for kbd-demo.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR e2c7d624_3664_95b8_0162_95c4e701c210["kbd-demo.tsx"] ae5a6afc_57d5_4436_3322_5fed56d10477["kbd"] e2c7d624_3664_95b8_0162_95c4e701c210 --> ae5a6afc_57d5_4436_3322_5fed56d10477 style e2c7d624_3664_95b8_0162_95c4e701c210 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Kbd, KbdGroup } from "@/examples/base/ui/kbd"
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
Functions
Dependencies
- kbd
Source
Frequently Asked Questions
What does kbd-demo.tsx do?
kbd-demo.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, Changelog subdomain.
What functions are defined in kbd-demo.tsx?
kbd-demo.tsx defines 1 function(s): KbdDemo.
What does kbd-demo.tsx depend on?
kbd-demo.tsx imports 1 module(s): kbd.
Where is kbd-demo.tsx in the architecture?
kbd-demo.tsx is located at apps/v4/examples/base/kbd-demo.tsx (domain: DocumentationAtlas, subdomain: Changelog, directory: apps/v4/examples/base).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free