Another function that is still missing for my needs is that I can embed a widget in another widget.
Like in vue.js “slots” → Slots | Vue.js
Another function that is still missing for my needs is that I can embed a widget in another widget.
Like in vue.js “slots” → Slots | Vue.js
Take a look at this for JavaScript: jsExecute Custom Widget
I’m not sure it’s a direct comparison to vue.js Slots example you you give, but seems like the approach and intent is very similar.
Hey @jajzler -
You do hit on something big tho, being able to use custom widgets as components of others is something we are talking about internally. There are a number of considerations we are working through internally before we could build in this functionality, but this is something we are activly thinking about.
Outside of custom widgets, grouping of widgets within the app editor is coming very soon…
Pete