MCPcopy Create free account
hub / github.com/bytebase/dbhub / CommandPanel

Function CommandPanel

frontend/src/components/ui/command.tsx:165–172  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<"div">)

Source from the content-addressed store, hash-verified

163}
164
165function CommandPanel({ className, ...props }: React.ComponentProps<"div">) {
166 return (
167 <div
168 className="-mx-px relative min-h-0 rounded-t-xl border bg-popover bg-clip-padding shadow-xs [clip-path:inset(0_1px)] before:pointer-events-none before:absolute before:inset-0 before:rounded-t-[calc(var(--radius-xl)-1px)] **:data-[slot=scroll-area-scrollbar]:mt-2 dark:bg-clip-border dark:before:shadow-[0_-1px_--theme(--color-white/8%)]"
169 {...props}
170 />
171 );
172}
173
174function CommandGroup({
175 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected