MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / CommandEmpty

Function CommandEmpty

src/components/ui/command.tsx:101–111  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof CommandPrimitive.Empty>)

Source from the content-addressed store, hash-verified

99}
100
101function CommandEmpty({
102 ...props
103}: React.ComponentProps<typeof CommandPrimitive.Empty>) {
104 return (
105 <CommandPrimitive.Empty
106 data-slot="command-empty"
107 className="py-6 text-center text-sm"
108 {...props}
109 />
110 )
111}
112
113function CommandGroup({
114 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected