Skip to main content

Introduction

Dockview is a zero-dependency layout manager for building IDE-like interfaces in the browser. It provides tabs, groups, drag & drop, floating panels, popout windows, and serialization with no external runtime dependencies.

Key Features

  • Tabs & Groups: panels are organized into groups with a shared tab bar; multiple panels in one group appear as tabs
  • Drag & Drop: built-in drag and drop for rearranging panels and groups within the layout
  • Floating Panels: groups can be detached and positioned freely over the layout
  • Popout Windows: groups can be moved to a separate browser window
  • Serialization: save and restore layouts with api.toJSON() / api.fromJSON()
  • Zero Dependencies: the core library has no runtime dependencies
  • Multi-Framework: first-class support for React, Vue, Angular, and vanilla TypeScript

Component Types

ComponentDescription
DockviewFull docking layout with tabs, groups, drag & drop, floating panels, and popout windows. The main component for IDE-like interfaces. Docs →
GridviewResizable grid of panels without tabs. Use when you want a fixed grid layout. Docs →
SplitviewSingle axis (horizontal or vertical) resizable split. Docs →
PaneviewCollapsible pane sections, like VS Code's sidebar. Docs →

Framework Support

Dockview provides packages for all major frameworks:

FrameworkPackage
Reactdockview-react
Vue 3dockview-vue
Angulardockview-angular
Vanilla TypeScriptdockview-core