dockview/packages
2024-01-18 15:30:26 +00:00
..
dockview chore(release): publish v1.9.0 2024-01-15 20:24:39 +00:00
dockview-core feat: short-circuit resize calls when display:none 2024-01-18 15:30:26 +00:00
docs feat: scrollbar as default 2024-01-17 19:57:24 +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