Vue 3 bindings for dockview — zero dependency layout manager supporting tabs, groups, grids and splitviews

Please see the website: https://dockview.dev
Dockview-vue has a peer dependency on vue >= 3.4.0. Install from npm:
npm install dockview-vue
Import the stylesheet:
@import 'dockview-vue/dist/styles/dockview.css';
Use the component in a Vue SFC:
Hello World
See the documentation for full examples.
Want to verify our builds? Go here.