retoggle
retoggle copied to clipboard
🎨 UI controls as React Hooks to control your component state from outside
``` create-react-app test-project cd test-project yarn add retoggle ``` then import retoggle somewhere in the app ``` yarn build serve -s build ``` it return an error: ``` Uncaught TypeError:...
Thank you for this project, I absolutely love the simplicity of hook-based knobs! I would like to be able to use this to debug different components simultaneously. I tried first...
Are there any plans to be able to generate code? Would be cool to visually tweak a component and then grab and use that code in some way.
It's quite hard to work with when you need to collapse and uncollapse this thing all the time if you have some UI on the right side that you want...
# Tests Does anybody know if there are testings under development in this repo?