Components
Visual workflow automation builder with animated nodes, connections, and real-time execution monitoring
Loading preview...
import { N8nWorkflowBlock } from "@/components/ui/n8n-workflow-block-shadcnui"
export default function Demo() {
return (
<div className="flex min-h-screen items-center justify-center bg-background p-8">
<N8nWorkflowBlock />
</div>
)
}