[MIRROR] Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue.
Go to file
2025-01-06 20:14:14 +00:00
.codesandbox chore: fix files 2024-11-15 21:18:09 +00:00
.github chore: adjust sonar parameters 2024-12-10 19:54:23 +00:00
.vscode feat: Vue 3 Support 2024-03-11 21:54:30 +00:00
packages bug: duplicate root container 2025-01-06 20:14:14 +00:00
scripts chore: improve docs 2024-07-09 21:16:59 +01:00
.editorconfig chore: eslint setup 2021-10-04 20:22:05 +01:00
.eslintignore add eslint 2020-11-15 16:05:51 +00:00
.eslintrc.js chore: eslint setup 2021-10-04 20:22:05 +01:00
.gitignore chore: auto-gen type docs 2023-10-01 21:53:59 +01:00
.prettierignore code 2020-09-20 20:00:31 +01:00
.prettierrc code 2020-09-20 21:52:26 +01:00
jest-setup.ts chore: update dependencies 2023-10-22 15:48:28 +01:00
jest.config.ts chore: update dependencies 2023-10-22 15:48:28 +01:00
lerna.json chore(release): publish v3.0.0 2024-12-29 14:17:33 +00:00
LICENSE Create LICENSE 2021-03-14 16:27:18 +00:00
package.json chore: clean up project dependencies 2024-12-23 15:53:20 +00:00
README.md chore: update README.md files 2024-05-28 21:46:32 +01:00
sonar-project.properties chore: adjust sonar parameters 2024-12-10 19:54:23 +00:00
tsconfig.base.json bug: render mode z-index fixes 2024-07-27 20:34:06 +01:00
tsconfig.eslint.json feat: tsconfig adjustments 2023-04-03 22:06:10 +01:00
tsconfig.json chore: configure dockview-react package 2024-05-14 20:36:35 +01:00
tsconfig.test.json Merge branch 'master' of https://github.com/mathuo/dockview into 562-dockview-framework-wrappers-vuejs-angular-javascript-etc 2024-04-25 20:59:24 +01:00
typedoc.base.json feat: add typedocs 2023-05-16 21:28:02 +01:00
typedoc.json chore: improve docs 2024-07-09 21:16:59 +01:00
vscode.code-workspace code 2020-09-24 23:01:48 +01:00
yarn.lock chore: clean up project dependencies 2024-12-23 15:53:20 +00:00

dockview

Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript


npm version npm CI Build Coverage Quality Gate Status Bundle Phobia

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

Features

  • 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
  • Popout Windows
  • Floating Groups
  • Extensive API
  • Supports Shadow DOMs
  • High test coverage
  • Documentation website with live examples
  • Transparent builds and Code Analysis
  • Security at mind - verifed publishing and builds through GitHub Actions

Want to verify our builds? Go here.