Command Palette
A searchable keyboard-oriented command surface with result metadata, shortcuts, disabled states, and empty results.
Installation
npm install @amro-ui/reactUsage
A searchable keyboard-oriented command surface with result metadata, shortcuts, disabled states, and empty results.
Package
import { CommandPalette } from "@amro-ui/react";
<CommandPalette />shadcn copy
import { CommandPalette } from "@/components/ui/command-palette";
<CommandPalette />