Home / Function/ PickerShortcut() — ui Function Reference

PickerShortcut() — ui Function Reference

Architecture documentation for the PickerShortcut() function in picker.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  a8724ab7_3145_9317_baab_4938a83cacf2["PickerShortcut()"]
  b092b998_90ed_5dea_8a23_d23b4e659d3e["picker.tsx"]
  a8724ab7_3145_9317_baab_4938a83cacf2 -->|defined in| b092b998_90ed_5dea_8a23_d23b4e659d3e
  style a8724ab7_3145_9317_baab_4938a83cacf2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/app/(create)/components/picker.tsx lines 261–272

function PickerShortcut({ className, ...props }: React.ComponentProps<"span">) {
  return (
    <span
      data-slot="dropdown-menu-shortcut"
      className={cn(
        "text-muted-foreground group-focus/dropdown-menu-item:text-accent-foreground ml-auto text-xs tracking-widest",
        className
      )}
      {...props}
    />
  )
}

Domain

Subdomains

Frequently Asked Questions

What does PickerShortcut() do?
PickerShortcut() is a function in the ui codebase, defined in apps/v4/app/(create)/components/picker.tsx.
Where is PickerShortcut() defined?
PickerShortcut() is defined in apps/v4/app/(create)/components/picker.tsx at line 261.

Analyze Your Own Codebase

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

Try Supermodel Free