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

kbd-group.tsx — ui Source File

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

File tsx DocumentationAtlas ContentSourcing 1 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  ffeb7579_54dc_0a60_323e_20c40d875e6f["kbd-group.tsx"]
  55af24b0_c558_66f9_ada9_d25ec6a5fe81["kbd"]
  ffeb7579_54dc_0a60_323e_20c40d875e6f --> 55af24b0_c558_66f9_ada9_d25ec6a5fe81
  style ffeb7579_54dc_0a60_323e_20c40d875e6f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import { Kbd, KbdGroup } from "@/examples/radix/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>
  )
}

Subdomains

Functions

Dependencies

  • kbd

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/radix/kbd-group.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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