leva
leva copied to clipboard
🌋 React-first components GUI
I want to use this in one of my projects, but seeing the lack of [support for React 18](https://github.com/pmndrs/leva/issues/358) and the pending PRs I wonder if you plan to continue...
Thank you for this awesome OS project. It's great! Is there a simple way to be able to have the checkboxes extend to the right side or the ability to...
Thank you for the great project! **Suggestion** Add id with store path to buttons as is done with other inputs. Having the id on buttons would make targeting them easier,...
Hi, Leva controls are not working in Microsoft edge. However, they are working just fine in chrome & firefox. _Issue Description: leva dialog not clickable_ my sample code making use...
The behaviour of the joystick when providing a vec2 values like `{x: 0, y:0}` cumulative, the resulting value after every edit is the sum of all the previous operations. So...
# Use Case I have a number of leva controls in my app, and under certain conditions I want one of them to not be editable, however my app still...
https://codesandbox.io/s/tender-austin-7lxpzx?file=/src/App.tsx I get `(parameter) e: any` from ``` const App = () => { useControls({ test: { value: true, onChange: (e) => console.log(e) } }); return null; }; ``` How...
I want to trigger an update on enter keypress only. As far as I can see there is no way of doing this I'm using: `onChange(e, propName, options) `
Hey guys, running into an issue where my linear RGB colors are shown as sRGB inside my Leva controls. Can I somehow specify what color profile I'd like the widget...
Hi and thank you for all the amazing packages! I have a question on performance and production builds. Is it advisable to completely remove Leva imports and usage of `useControls()`...