Replies: 1 comment
-
A Vue 3 example, works with Nuxt 3 aswell. https://gist.github.com/BlueBazze/19abc1b379486b45b4b57f7692372dd5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of version
1.7.0
the project has been split into two published pacakgesdockview
anddockview-core
.dockview-core
contains the underlying logic for the project whereasdockview
contains the React code as well as depending ondockview-core
.You can view an example written in Vanilla JS using
dockview-core
here. The interfaces and classes indockview-core
are subject to change and may not always be intutative to use since this area is still a work in progress.Beta Was this translation helpful? Give feedback.
All reactions