Carregando…
Carregando…
Carregando…Right-click context menu with grouped items, icons, shortcuts and danger state.
Right-click the area below
$ npx kikitocn add context-menu@/lib/utilsimport { ContextMenu } from "@/components/ui/cn/context-menu/ContextMenu";
export function ContextMenuExample() {
return (
<ContextMenu />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
groups* | ContextMenuGroup[] | — | Grupos do menu: { label?, items: ContextMenuItem[] } |
children* | ReactNode | — | Elemento alvo do clique direito |