dockview/packages
2024-11-15 21:18:09 +00:00
..
dockview Merge pull request #740 from mathuo/739-sonar-code-cleanup 2024-10-27 20:09:46 +00:00
dockview-angular chore(release): publish v1.17.2 2024-10-12 15:18:12 +01:00
dockview-core chore: sonar 2024-11-03 19:14:49 +00:00
dockview-react chore(release): publish v1.17.2 2024-10-12 15:18:12 +01:00
dockview-vue Merge pull request #673 from mathuo/672-vu3-injectprovides-not-propagated-to-panels 2024-10-27 09:48:55 +00:00
docs chore: fix files 2024-11-15 21:18:09 +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