tweakpane / use-tweaks

🎛️ Tweak React components with Tweakpane
https://codesandbox.io/s/use-tweaks-example-58e02
MIT License
768 stars 23 forks source link

Buttons #5

Closed gsimone closed 4 years ago

gsimone commented 4 years ago

Buttons are a special case since they don't change values, they are just buttons.

Consider special treatment

const { button } = useTweaks({ button: makeButton(() => console.log("pushed")) })