Theme Editor
Tune the FlowViewer CSS variables against a live flow preview, then copy the generated wrapper styles into your app.
vue
<template>
<div class="flow-viewer">
<FlowViewer :flow-data="flow" />
</div>
</template>