Studiov0.6.0

Command

Tier 1shadcn
Inputs

A command palette component for keyboard-driven navigation and action search.

Live Preview

Code

import { Command } from "@regen/ui";

<Command />

Props Inspector

No configurable props for this component.

Documentation

Use Cases

  • Global keyboard shortcuts (Cmd+K)
  • Admin action menus
  • Quick navigation

Do

  • Use inside CommandDialog for overlay
  • Group items logically with CommandGroup

Don't

  • Don't render without CommandInput for filtering
  • Don't use as a basic Select — use Combobox