CommandA command palette (filterable actions). Preview Code ⧉ Copy Suggestions New file⌘NOpen folder⌘O Settings Toggle themeKeyboard shortcuts⌘Kimport { BuiCommand } from 'ng-blatui'; <bui-command [groups]="groups" (selected)="run($event)" />Single group Preview Code ⧉ Copy Actions New fileSearchSettings<bui-command [groups]="[{ label: 'Actions', items: [...] }]" />Checkable Preview Code ⧉ Copy Actions New fileSearchSettings<!-- [checkable]="true" adds a checkmark column; items toggle on select --> <bui-command [groups]="groups" [checkable]="true" />