forms
command
Command
Cmd+K palette with HTMX search.
$
Component docs
ndui add command
Inline command list (Cmd+K palette)
Type to filter — uses static groups + items.
Source
<noundry-command placeholder="Type a command or search…">
<noundry-command-group heading="Application">
<noundry-command-item id="open-settings" shortcut="⌘,">Open settings</noundry-command-item>
<noundry-command-item id="switch-project" shortcut="⌘P">Switch project…</noundry-command-item>
</noundry-command-group>
<noundry-command-group heading="Deploy">
<noundry-command-item id="deploy" shortcut="⌘D">Trigger deploy</noundry-command-item>
<noundry-command-item id="rollback" shortcut="⌘R">Roll back last deploy</noundry-command-item>
</noundry-command-group>
</noundry-command>