kbd-button.tsx — ui Source File
Architecture documentation for kbd-button.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 24c503fc_3cd1_4da9_1588_823a79157ddd["kbd-button.tsx"] 4544fa74_9b37_0912_c55e_f4ff161b8e83["button"] 24c503fc_3cd1_4da9_1588_823a79157ddd --> 4544fa74_9b37_0912_c55e_f4ff161b8e83 ae5a6afc_57d5_4436_3322_5fed56d10477["kbd"] 24c503fc_3cd1_4da9_1588_823a79157ddd --> ae5a6afc_57d5_4436_3322_5fed56d10477 style 24c503fc_3cd1_4da9_1588_823a79157ddd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import { Button } from "@/examples/base/ui/button"
import { Kbd } from "@/examples/base/ui/kbd"
export default function KbdButton() {
return (
<Button variant="outline">
Accept{" "}
<Kbd data-icon="inline-end" className="translate-x-0.5">
⏎
</Kbd>
</Button>
)
}
Domain
Subdomains
Functions
Dependencies
- button
- kbd
Source
Frequently Asked Questions
What does kbd-button.tsx do?
kbd-button.tsx is a source file in the ui codebase, written in tsx. It belongs to the DocumentationAtlas domain, SearchAPI subdomain.
What functions are defined in kbd-button.tsx?
kbd-button.tsx defines 1 function(s): KbdButton.
What does kbd-button.tsx depend on?
kbd-button.tsx imports 2 module(s): button, kbd.
Where is kbd-button.tsx in the architecture?
kbd-button.tsx is located at apps/v4/examples/base/kbd-button.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, 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