Visual workflow automation builder with animated nodes, connections, and real-time execution monitoring
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> ) }
Part of UI TripleD — browse the full library on 21st.dev.