Components
Command
Fast, composable command menu and command palette.
Usage
import {
Command,
CommandEmpty,
CommandGroup,
CommandInput,
CommandItem,
CommandList,
CommandSeparator,
CommandShortcut,
CommandDialog,
} from "@tulip-systems/core/components/client";<Command>
<CommandInput />
<CommandList>
<CommandItem>Item</CommandItem>
</CommandList>
</Command>