Components
Loading preview...
Visual workflow automation builder with animated nodes, connections, and real-time execution monitoring
@moumensoliman
npx shadcn@latest add https://21st.dev/r/moumensoliman/n8n-workflow-block-shadcnuiimport { 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>
)
}