mirror of
https://github.com/mathuo/dockview
synced 2025-09-14 05:07:59 +00:00
Verifies that clicking close buttons in tab overflow dropdown works correctly and doesn't interfere with tab activation behavior. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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
- Code for dockview.dev.