dockview/packages
2024-12-27 19:52:23 +00:00
..
dockview feat: migrate to generic construction 2024-12-23 19:51:51 +00:00
dockview-angular chore(release): publish v2.1.4 2024-12-22 19:20:36 +00:00
dockview-core bug: fix classname enablement 2024-12-27 19:52:23 +00:00
dockview-react chore(release): publish v2.1.4 2024-12-22 19:20:36 +00:00
dockview-vue feat: migrate to generic construction 2024-12-23 19:51:51 +00:00
docs chore: autogen docs 2024-12-23 20:04:14 +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