Components
Command
Cmd+K-style command palette (cmdk).
Preview
No results found.
New extraction ⌘N
Search audit log ⌘L
Push to DATEV ⌘P
Installation
pnpm add nyxis-ui
Usage
import { Command } from 'nyxis-ui';
// or, for stricter tree-shaking:
// import { Command } from 'nyxis-ui/command';
<Command>
<CommandInput placeholder="Search..." />
<CommandList>
<CommandGroup heading="Suggestions">
<CommandItem>New extraction</CommandItem>
</CommandGroup>
</CommandList>
</Command>;