Closed abalter closed 1 year ago
Look in the browsers network tab:
the javscript is not loaded from github. I don't know why, but it's not a dockspawn issue.
If you also look at my simple demo: https://node-projects.github.io/dock-spawn-ts/page/demo/demo_simple_es5.html It works. So the error seems to be at codesandbox
I don't think you understand what I mean. For example, could make a codepen or JS Fiddle? O a single HTML file that contains a demo?
Here are some examples from other UI libraries:
W2UI Demo: combo/2 - JSFiddle - Code Playground https://jsfiddle.net/api/post/library/pure/
easyui Tabs https://codepen.io/ChrisAirpac/pen/GRrrOr
webix price https://codepen.io/Fullzero/pen/yJJpVP
Webix - Layout https://codepen.io/sunilnanda/pen/mEgmdY
GoldenLayout Blueprintjs Table React - CodeSandbox https://codesandbox.io/s/goldenlayout-blueprintjs-table-react-unf72
Golden Layout save/load states https://codepen.io/JoeHastings/pen/EWGbNO
I understand what you mean.
But as I showed in my screenshot, the browser downloads a empty JS, so it could not work.
I also tried to reference the npm module in codesandbox, and it did not work, but I also don't know why. Codesandbox wraps it's javascript in some other JS.
But if you look at my sample you see that the library works
Look at this, this works:
Those don't dock.
for me it works: https://watch.screencastify.com/v/IVOLwUL7fTy92zeupSLd
Sorry. You are right. It does.
I'll play around with it. I'd like to be able to implement the full IDE example that way.
It looks like you were probably inspired by JQ Widgets.
If you're looking for more examples, my designer component demo also uses it: https://node-projects.github.io/web-component-designer-demo/index.html
Yes. I think that is very cool. I want to build an IDE along the lines of RStudio or Matlab.
Would you be willing to create a minimal example using the es5 module?
This is what I tried, but it did not work.
It's based on the demo-simple demo.