# Vue Flow: Controls Component This is a control component for Vue Flow. It can be used to control the canvas interactions, like zooming in, zooming out, fitting the view and locking interactions. ## 🛠 Setup ```bash # install $ yarn add @vue-flow/controls # or $ npm i --save @vue-flow/controls ``` ## 🎮 Quickstart ```vue ```