Skip to main content
eagami

Command Palette

<ea-command-palette />

  • Toggle theme Switch between light and dark mode Ctrl+T
  • New file Ctrl+N
  • Open file Ctrl+O
  • Save Ctrl+S
  • Find Ctrl+F
  • Replace Ctrl+H
  • Undo Ctrl+Z

Controls

Code

<ea-command-palette
  placeholder="Type a command or search…"
  emptyMessage="No matching commands"
  [items]="commands"
  [(open)]="open" />

API reference