dockview/packages
2025-03-12 21:23:46 +00:00
..
dockview chore(release): publish v4.0.0 2025-03-12 20:25:13 +00:00
dockview-angular chore(release): publish v4.0.0 2025-03-12 20:25:13 +00:00
dockview-core Merge branch 'master' of https://github.com/mathuo/dockview into 774-drag-and-drop-not-working-for-iframe-panels-within-a-shadow-dom 2025-03-12 21:23:46 +00:00
dockview-react chore(release): publish v4.0.0 2025-03-12 20:25:13 +00:00
dockview-vue chore(release): publish v4.0.0 2025-03-12 20:25:13 +00:00
docs Merge branch 'master' of https://github.com/mathuo/dockview into 774-drag-and-drop-not-working-for-iframe-panels-within-a-shadow-dom 2025-03-12 21:23:46 +00:00
README.md chore: readme file 2023-03-12 21:45:30 +08:00

Project Structure

This mono-repository has a number of packages containing the code for the dockview library and the documentation website dockview.dev.

dockview-core

  • Contains the core logic for the dockview library.
  • Written entirely in vanilla JavaScript/TypeScript.

dockview

  • Depends on dockview-core.
  • Exports a React wrapper.
  • Published as dockview on npm.

docs