Dockview
    Preparing search index...

    Module dockview-vue - v8.2.0

    Dockview

    dockview-vue

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

    npm version npm downloads CI Coverage Quality gate Bundle size


    A Dockview layout showing docked, tabbed and split panels in a trading workbench

    Please see the website: https://dockview.dev

    • Serialization / deserialization with full layout management
    • Support for split-views, grid-views and 'dockable' views
    • Themeable and customizable
    • Tab and Group docking / Drag n' Drop
    • Touch & mobile support
    • Popout Windows
    • Floating Groups
    • Edge Groups
    • Tab Groups
    • Extensive API
    • Supports Shadow DOMs
    • High test coverage
    • Documentation website with live examples
    • Transparent builds and Code Analysis
    • Security in mind - verified publishing and builds through GitHub Actions

    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:

    
    
    
    

    See the documentation for full examples.

    Want to verify our builds? Go here.

    Modules

    dockview/types
    gridview/types
    paneview/types
    splitview/types