Carregando…
Carregando…
Carregando…Inline command search bar with grouped actions and keyboard shortcut hints.
Command Bar — inline command search with groups and shortcuts
$ npx kikitocn add command-bar@/lib/utilsimport { CommandBar } from "@/components/ui/cn/command-bar/CommandBar";
export function CommandBarExample() {
return (
<CommandBar />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
actions* | CommandBarAction[] | — | Ações: { id, label, shortcut?, icon?, onSelect?, group? } |
placeholder | string | undefined | Texto placeholder do campo de busca |