Skip to main content
Version: 1.8.4

Introduction

dockview is a zero dependency layout manager that supports tab, grids and splitviews.

Quick start

dockview has a peer dependency on react >= 16.8.0 and react-dom >= 16.8.0. To install dockview you can run:

npm install dockview

You must also import the dockview stylesheet found under dockview/dict/styles/dockview.css, depending on your solution this might be:

@import './node_modules/dockview/dist/styles/dockview.css';

There are 4 components you may want to use:

Dockview

Splitview

Gridview

Paneview