Component Prompts

Command Palette (⌘K) Modal

A keyboard-triggered command palette with search, categorized commands, and keyboard navigation.

Open in v0
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
Seed Contributor avatar
Seed Contributor
@seed
0 copies · 0 upvotes

More Modals & Dialogs Prompts

A confirmation modal for dangerous actions like deleting data, with a text-match requirement before the action button enables.

A right-side slide-over drawer containing a form, commonly used for editing records without leaving the current page.