kbd-group.tsx — ui Source File
Architecture documentation for kbd-group.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR f571830a_e1e7_616a_ffa8_40504e7f5f81["kbd-group.tsx"] ae5a6afc_57d5_4436_3322_5fed56d10477["kbd"] f571830a_e1e7_616a_ffa8_40504e7f5f81 --> ae5a6afc_57d5_4436_3322_5fed56d10477 style f571830a_e1e7_616a_ffa8_40504e7f5f81 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Kbd, KbdGroup } from "@/examples/base/ui/kbd"
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>
)
}
Domain
Subdomains
Functions
Dependencies
- kbd
Source
Frequently Asked Questions
What does kbd-group.tsx do?
kbd-group.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, ContentSourcing subdomain.
What functions are defined in kbd-group.tsx?
kbd-group.tsx defines 1 function(s): KbdGroupExample.
What does kbd-group.tsx depend on?
kbd-group.tsx imports 1 module(s): kbd.
Where is kbd-group.tsx in the architecture?
kbd-group.tsx is located at apps/v4/examples/base/kbd-group.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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