Skip to content

remora-monorepo


remora-monorepo / viewer / WorkflowViewer

Function: WorkflowViewer()

WorkflowViewer(__namedParameters): Element

Defined in: packages/ui/src/workflow-viewer.tsx:116

React component that renders a workflow as an interactive DAG using React Flow. Supports step selection via callback, minimap, and zoom controls.

Dark mode is detected automatically via the dark class on <html>, following the shadcn/Tailwind convention (darkMode: "class").

Requires @xyflow/react as a peer dependency.

Parameters

__namedParameters

WorkflowViewerProps

Returns

Element