- I lifted a lot of the code from the toolbox plugin.
- Roact library to write my UI components (the toolbox was using Roact so I kinda had to anyway).
- Theme Api to get the colors.
- The rest was painstakingly eyeballed and tested by me.
EDIT: I used the StudioWidgets for a few of my previous plugins, but I stopped using it because it’s not as flexible as components I made myself in Roact. It also doesn’t seem to be maintained anymore…