Skip to Content
React Flow Pro is now integrated into reactflow.dev! Read more here →

ColorMode

Source on GitHub 

The ColorMode type defines the available color modes for the ReactFlow component. This can be used to control the theme of the flow diagram.

export type ColorMode = 'light' | 'dark' | 'system';
Last updated on