Home / Function/ CommandExample() — ui Function Reference

CommandExample() — ui Function Reference

Architecture documentation for the CommandExample() function in command-example.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  5ecc3138_1e33_adc8_f023_b28ea2cd0596["CommandExample()"]
  b99aef2d_c05c_2372_1b6a_76f9df348ed1["command-example.tsx"]
  5ecc3138_1e33_adc8_f023_b28ea2cd0596 -->|defined in| b99aef2d_c05c_2372_1b6a_76f9df348ed1
  style 5ecc3138_1e33_adc8_f023_b28ea2cd0596 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/bases/base/examples/command-example.tsx lines 24–34

export default function CommandExample() {
  return (
    <ExampleWrapper>
      <CommandInline />
      <CommandBasic />
      <CommandWithShortcuts />
      <CommandWithGroups />
      <CommandManyItems />
    </ExampleWrapper>
  )
}

Subdomains

Frequently Asked Questions

What does CommandExample() do?
CommandExample() is a function in the ui codebase, defined in apps/v4/registry/bases/base/examples/command-example.tsx.
Where is CommandExample() defined?
CommandExample() is defined in apps/v4/registry/bases/base/examples/command-example.tsx at line 24.

Analyze Your Own Codebase

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

Try Supermodel Free