N
Nyxis
Components

Command

Cmd+K-style command palette (cmdk).

Preview

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>;