MCPcopy Create free account
hub / github.com/better-auth/examples / CommandEmpty

Function CommandEmpty

astro-example/src/components/ui/command.tsx:117–126  ·  view source on GitHub ↗
(props: CommandEmptyProps)

Source from the content-addressed store, hash-verified

115};
116
117export const CommandEmpty = (props: CommandEmptyProps) => {
118 const [local, rest] = splitProps(props, ["class"]);
119
120 return (
121 <CommandPrimitive.Empty
122 class={cn("py-6 text-center text-sm", local.class)}
123 {...rest}
124 />
125 );
126};
127
128export const CommandGroup = (props: CommandGroupProps) => {
129 const [local, rest] = splitProps(props, ["class"]);

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected