1
0
mirror of https://github.com/mathuo/dockview synced 2025-03-09 15:32:03 +00:00
dockview/packages
2024-02-16 22:45:49 +00:00
..
dockview feat: accept a wider range of React components 2024-02-09 20:19:55 +00:00
dockview-core feat: group.api.close 2024-02-16 22:45:49 +00:00
docs chore: fix typos 2024-02-09 20:21:45 +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