Command Palette (⌘K) Modal
A keyboard-triggered command palette with search, categorized commands, and keyboard navigation.
Prompt
Create a command palette modal (CMD+K) with: - Triggered by pressing Cmd+K or clicking a search trigger button - Full-screen overlay with centered modal - Search input at the top with magnifying glass icon - Results grouped by category: "Pages", "Actions", "Recent" - Each result has an icon, label, and keyboard shortcut hint on the right - Arrow key navigation with highlighted active item - Enter to select, Escape to close - Empty state when no results match - Recently visited items shown by default - Smooth appear animation - Use shadcn/ui Command component, Tailwind CSS
Share:Share on X
More Modals & Dialogs Prompts
A confirmation modal for dangerous actions like deleting data, with a text-match requirement before the action button enables.
Featured
Slide-Over Drawer with FormA right-side slide-over drawer containing a form, commonly used for editing records without leaving the current page.