Docs / demos for vanilla js support
Wonderful to see the release of official vanilla js support, any pointers on how to get started with it?
I suppose this is the most up to date example? https://github.com/mathuo/dockview/blob/master/packages/docs/templates/dockview/basic/typescript/src/index.ts
That basic example has the general idea yes but I still need to fill out the examples that exist for both React and Vue in vanilla TypeScript, working on it currently. Hoping to update the documentation soon
for people looking for a quick getting started to using dockview-core with vanilla javascript on a web page, see here... https://gist.github.com/scrivna/3186d73bc2680088748d752a9c9144cb
@scrivna thank you for this example, it helped me to get started.
@mathuo @scrivna Is there a way to add panel actions in javascript? I can't find in documentation, how to add maximize/fullscreen/float/etc. buttons to panel... Any hint much appreciated.
I solved this with help of @hmpmarketing https://github.com/mathuo/dockview/issues/833