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

input-group-kbd.tsx — ui Source File

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

File tsx DocumentationAtlas ContentSourcing 3 imports 1 functions

Entity Profile

Dependency Diagram

graph LR
  2a95040d_dd6f_925e_0598_acab1da3bd7f["input-group-kbd.tsx"]
  4a37d855_5768_bc5a_31ae_9f42eba9091a["input-group"]
  2a95040d_dd6f_925e_0598_acab1da3bd7f --> 4a37d855_5768_bc5a_31ae_9f42eba9091a
  ae5a6afc_57d5_4436_3322_5fed56d10477["kbd"]
  2a95040d_dd6f_925e_0598_acab1da3bd7f --> ae5a6afc_57d5_4436_3322_5fed56d10477
  d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3["lucide-react"]
  2a95040d_dd6f_925e_0598_acab1da3bd7f --> d39cd1e4_1b2d_9aa2_1d29_fd0b4bfb61c3
  style 2a95040d_dd6f_925e_0598_acab1da3bd7f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

import {
  InputGroup,
  InputGroupAddon,
  InputGroupInput,
} from "@/examples/base/ui/input-group"
import { Kbd } from "@/examples/base/ui/kbd"
import { SearchIcon } from "lucide-react"

export function InputGroupKbd() {
  return (
    <InputGroup className="max-w-sm">
      <InputGroupInput placeholder="Search..." />
      <InputGroupAddon>
        <SearchIcon className="text-muted-foreground" />
      </InputGroupAddon>
      <InputGroupAddon align="inline-end">
        <Kbd>⌘K</Kbd>
      </InputGroupAddon>
    </InputGroup>
  )
}

Subdomains

Functions

Dependencies

  • input-group
  • kbd
  • lucide-react

Frequently Asked Questions

What does input-group-kbd.tsx do?
input-group-kbd.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 input-group-kbd.tsx?
input-group-kbd.tsx defines 1 function(s): InputGroupKbd.
What does input-group-kbd.tsx depend on?
input-group-kbd.tsx imports 3 module(s): input-group, kbd, lucide-react.
Where is input-group-kbd.tsx in the architecture?
input-group-kbd.tsx is located at apps/v4/examples/base/input-group-kbd.tsx (domain: DocumentationAtlas, subdomain: ContentSourcing, 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