Home / File/ kbd-button.tsx — ui Source File

kbd-button.tsx — ui Source File

Architecture documentation for kbd-button.tsx, a tsx file in the ui codebase. 2 imports, 0 dependents.

File tsx DocumentationAtlas SearchAPI 2 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  14fb7439_8955_7b46_da4b_80ed6e875449["kbd-button.tsx"]
  4b1d2128_46d9_46f0_b915_b6e1925b7876["button"]
  14fb7439_8955_7b46_da4b_80ed6e875449 --> 4b1d2128_46d9_46f0_b915_b6e1925b7876
  55af24b0_c558_66f9_ada9_d25ec6a5fe81["kbd"]
  14fb7439_8955_7b46_da4b_80ed6e875449 --> 55af24b0_c558_66f9_ada9_d25ec6a5fe81
  style 14fb7439_8955_7b46_da4b_80ed6e875449 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Button } from "@/examples/radix/ui/button"
import { Kbd } from "@/examples/radix/ui/kbd"

export default function KbdButton() {
  return (
    <Button variant="outline">
      Accept{" "}
      <Kbd data-icon="inline-end" className="translate-x-0.5">
        ⏎
      </Kbd>
    </Button>
  )
}

Subdomains

Functions

Dependencies

  • button
  • kbd

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/radix/kbd-button.tsx (domain: DocumentationAtlas, subdomain: SearchAPI, directory: apps/v4/examples/radix).

Analyze Your Own Codebase

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

Try Supermodel Free