import { CommandItem } from "https://deno.land/x/netzo@0.3.91/deps/cmdk.ts";
Command menu item. Becomes active on pointer enter or through keyboard navigation.
Preferably pass a value
, otherwise the value will be inferred from children
or
the rendered item's textContent
.