dockview/packages
2024-08-11 10:26:04 +01:00
..
dockview Merge pull request #652 from mathuo/651-offical-support-for-vanilla-typescript 2024-08-05 21:23:10 +01:00
dockview-angular chore(release): publish v1.15.3 2024-08-01 20:07:13 +01:00
dockview-core bug: gap sizing fixes 2024-08-11 10:26:04 +01:00
dockview-react chore(release): publish v1.15.3 2024-08-01 20:07:13 +01:00
dockview-vue Merge pull request #652 from mathuo/651-offical-support-for-vanilla-typescript 2024-08-05 21:23:10 +01:00
docs Merge pull request #678 from mathuo/677-floating-panel-documentation-example-not-working 2024-08-05 21:28:53 +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