Components
Qreatify super agent card for project agents, triggers, tools, status and run action.
Loading preview...
import QreatifySuperAgentCard from "@/components/ui/qreatify-super-agent-card";
export default function QreatifySuperAgentCardDemo() {
return (
<div className="bg-zinc-950 p-6">
<QreatifySuperAgentCard />
</div>
);
}