Command
Package: @tesserix/web
Import
import { Command, CommandInput, CommandList, CommandEmpty, CommandGroup, CommandItem, CommandShortcut, CommandSeparator, CommandDialog } from '@tesserix/web'Source
- Component:
packages/web/src/components/command/command.tsx - Story:
packages/web/src/components/command/command.stories.tsx - Test: Not found
Status
- Component implementation file: Present
- Story file: Present
- Test file: Missing
Example
import { Command } from '@tesserix/web'
export function DemoCommand() {
return <Command />
}