Command

Command palette with search, groups, and keyboard shortcuts. Compound component.

Preview

Usage

import { Command } from '@ramtt/ui'

<Command>
  <Command.Input placeholder="Search..." />
  <Command.List>
    <Command.Group heading="Actions">
      <Command.Item onSelect={action}>New session</Command.Item>
    </Command.Group>
  </Command.List>
</Command>

Props

PropTypeDefaultDescription
children*ReactNodeInput, List, Group, Item elements