I'm building an application, and am looking for a library of reusable quality property editing widgets. The built-in input elements are not quite qualitative enough. Dat.gui is close to what I need, but I want to embed the inputs into my own UI, not in a floating panel.
I've also found https://github.com/automat/controlkit.js, which looks like a superior alternative to Dat.gui, it has some really high-quality inputs, but they're hard to decouple from the rest of the application unfortunately :/
Do you know of any library with standalone reusable input widgets?