dockview/packages
2024-08-27 20:59:38 +01:00
..
dockview chore: remove method 2024-08-15 21:39:45 +01:00
dockview-angular chore(release): publish v1.16.1 2024-08-13 19:45:23 +01:00
dockview-core feat: panel initial sizing 2024-08-27 20:59:38 +01:00
dockview-react chore(release): publish v1.16.1 2024-08-13 19:45:23 +01:00
dockview-vue chore: remove method 2024-08-15 21:39:45 +01:00
docs chore(release): publish v1.16.1 2024-08-13 19:45:23 +01: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