open- Type
boolean- Default
false- Description
- Toggles overlay command menu visibility.
Search for a command to run...
Components / Navigation
கட்டளைப் பட்டி
A command menu is a central, overlay command search bar activated by keyboard shortcuts (e.g. ⌘K or Ctrl+K). It enables power users to search resources, run system tasks, or launch AI commands instantly.
கட்டளைப் பட்டியானது விசைப்பலகை குறுக்குவழிகள் மூலம் இயக்கப்படும் உலகளாவிய தேடல் மற்றும் செயல்பாட்டுக் கருவியாகும்.
3 parts documented for implementation and review.
<div>Semi-transparent backdrop that layers above the active page content, focusing user attention solely on commands search execution.
<input>Text input receiving query searches. Automatically focuses immediately when the overlay dialog opens.
<div>Clean grouped listing separating search hits, navigation shortcuts, and active action commands with clear typography labels.
openbooleanfalseonOpenChange(open: boolean) => voidclassNamestring| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | false | Toggles overlay command menu visibility. |
onOpenChange | (open: boolean) => void | - | Menu visibility trigger callback. |
className | string | - | Custom Tailwind class configurations. |
Grouping items helps users scan and identify relevant actions and documents instantly.
ஆவணங்கள், செயல்கள் மற்றும் பக்கங்களை வேறுபடுத்தி காட்டுவது தேடலை எளிமையாக்கும்.
An overload of unindexed links creates visual noise, defeating the purpose of a fast command menu.
முடிவுகளை வகைப்படுத்தாமல் காட்டும் பெரும் பட்டியல் தேடலைக் கடினமாக்கும்.