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
| Prop | Type | Default | Description |
|---|---|---|---|
| children* | ReactNode | — | Input, List, Group, Item elements |