2025-06-03 21:52:54 +01:00
..
2025-05-01 17:59:15 +01:00
2025-06-03 21:52:54 +01:00
2025-05-01 17:59:15 +01:00
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