GraphWorkflow
Import
import { GraphWorkflow } from 'markgraphy';Basic usage
<GraphWorkflow
title="example"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
nodes | WorkflowNode[] | — | — |
edges? | WorkflowEdge[] | — | — |
path? | string[] | — | — |
animated? | boolean | true | — |
autoPlay? | boolean | false | — |
speedMs? | number | 1200 | — |
showControls? | boolean | true | — |
label? | string | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
WorkflowToneWorkflowNodeWorkflowEdgeGraphWorkflowProps
Reduced motion
Animation is disabled under prefers-reduced-motion.