Hi, is there an example of using https://github.com/mentat-collective/Leva.cljs ? Or more generally any kind of clojurescript? I'd like to see if I can use this + portal to get sliders and so forth for my jvm app.
@benjamin.schwerdtner I think this does it? https://github.com/mentat-collective/emmy-viewers/tree/main/src/emmy/portal
search this for leva https://github.com/mentat-collective/emmy-viewers/blob/main/CHANGELOG.md
I'm not sure about leva specifically, but https://github.com/djblue/portal-workflows/blob/main/src/portal/workflows.cljs might be a good file to look at to see what you can do from cljs 👌