1. Import:
import { CommandList } from "superkey";
2. Use:
<CommandList>{/* Here your CommandOption */}</CommandList>
3. Props:
| - | Prop | Description | Required |
|---|---|---|---|
| ⚙️ | children | Inside it uses CommandOption components. | Required |
| 🎨 | className | Edit the default styles. | Optional |