MCPcopy Create free account
hub / github.com/AntiHub-Project/AntiHub / Queue

Function Queue

components/ai-elements/queue.tsx:266–274  ·  view source on GitHub ↗
({ className, ...props }: QueueProps)

Source from the content-addressed store, hash-verified

264export type QueueProps = ComponentProps<"div">;
265
266export const Queue = ({ className, ...props }: QueueProps) => (
267 <div
268 className={cn(
269 "flex flex-col gap-2 rounded-xl border border-border bg-background px-3 pt-2 pb-2 shadow-xs",
270 className
271 )}
272 {...props}
273 />
274);

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected