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

kbd-demo.tsx — ui Source File

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

File tsx DocumentationAtlas Changelog 1 imports 1 functions

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

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

Subdomains

Functions

Dependencies

  • kbd

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