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 ComponentRegistry ChartRegistry 1 imports 1 functions

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

import { Kbd, KbdGroup } from "@/registry/new-york-v4/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 ComponentRegistry domain, ChartRegistry 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/registry/new-york-v4/examples/kbd-demo.tsx (domain: ComponentRegistry, subdomain: ChartRegistry, directory: apps/v4/registry/new-york-v4/examples).

Analyze Your Own Codebase

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

Try Supermodel Free