dockview/packages
2025-01-11 14:34:28 +00:00
..
dockview bug: duplicate container HTML Element 2025-01-10 22:08:37 +00:00
dockview-angular chore(release): publish v3.0.1 2025-01-09 20:17:19 +00:00
dockview-core bug: duplicate container HTML Element 2025-01-10 22:08:37 +00:00
dockview-react chore(release): publish v3.0.1 2025-01-09 20:17:19 +00:00
dockview-vue chore(release): publish v3.0.1 2025-01-09 20:17:19 +00:00
docs Merge branch 'master' of https://github.com/mathuo/dockview into 818-container-with-theme-class-is-created-twice-1 2025-01-11 14:34:28 +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