Atlas
.atlas-command

Command palette

Universal cmd-k launcher. Search-first navigation with grouped results and keyboard shortcuts. Try ⌘K now — this page uses it.

.atlas-command.atlas-command-input.atlas-command-group-label.atlas-command-item

Default

ESC
Actions
Navigate
<div class="atlas-command" style="width:520px">
  <div class="atlas-command-input-wrap">
    <input class="atlas-command-input" placeholder="Type a command or search…" />
    <kbd class="atlas-kbd">ESC</kbd>
  </div>
  <div class="atlas-command-group-label">Actions</div>
  <button class="atlas-command-item" style="background:var(--bg-selected)">New project<span class="atlas-command-item-shortcut"><kbd class="atlas-kbd">⌘N</kbd></span></button>
  <button class="atlas-command-item">Open settings<span class="atlas-command-item-shortcut"><kbd class="atlas-kbd">⌘,</kbd></span></button>
  <div class="atlas-command-group-label">Navigate</div>
  <button class="atlas-command-item">Overview</button>
  <button class="atlas-command-item">Deployments</button>
  <button class="atlas-command-item">Logs</button>
</div>