use-tweaks
use-tweaks copied to clipboard
🎛️ Tweak React components with Tweakpane
Hi there, Is there any way to use the `container` option like in the standard `tweakpane` package?
When SSR, `useLayoutEffect` prints a warning. This PR fixes this by swapping the hook with a `useEffect` if we are on the server. This is a common way to solve...
Hi, I'm trying to add multiple tweak panes on a page, independent of each other, just separate demos stacked. I figured I can pass a container via settings and this...
By unmounting a component that does contain all useTweaks properties the properties inside the TweaksPanel disappear as intended but the Tweaks Panel remains as a small stripe on the top....
Hey! Love the library :) I have multiple instances of a component with a `useTweaks` call, say: ```ts const Button = ({ text }: { text: string }) => {...
I added a couple of methods in utils.ts to set and get the initial schema values, based on the url hash How to use it ``` const { speed, factor...
This library throws an uncaught exception as in the title. The symbol `Tweakpane` is undefined when attempting to call this constructor. I looked a tweakpane module and it doesn't seem...
Using typescript `4.4.2`, use-tweaks `0.3.1`, and tweakpane `3.1.0`:    Return type for `useTweaks` is `{}`, regardless of whether I pass in a type for the `Schema` generic or...