overlay/@mihcm/ui·v0.21.0·stable
Command
Command palette (⌘K) powered by cmdk. Composable search + item groups + keyboard navigation.
Props
The full prop API for Command. Same surface in web and React Native — bundlers pick the right variant via the react-native export condition.
| Prop | Type | Default | Description | Since |
|---|---|---|---|---|
children | ReactNode | — | Composable children: CommandInput, CommandList, CommandGroup, CommandItem. | 0.5.0 |
className | string | — | Additional Tailwind classes. | 0.5.0 |
Import
import { Command, CommandInput, CommandList, CommandItem, CommandGroup } from '@mihcm/ui/Command';