leva
leva copied to clipboard
🌋 React-first components GUI
The scrollbar in the controller renders as light only. This clashes with the design, and with browser/OS user settings. The styling for the scrollbar should either be dark by default...
Pointer Lock API allows the user to drag the input label outside the boundaries of the browser, while hiding the cursor. This creates a better experience similar to Blender or...
Hey, since last week, i have the issue that Leva does not show any values anymore. It works perfectly fine tweaking. Problem is i cant read out the values i...
Hi there, Using `leva` at version `^0.9.35` in react vite typescript application, I get the following error: ``` > tsc && vite build node_modules/leva/node_modules/zustand/middleware/persist.d.ts:98:57 - error TS2344: Type 'Ps' does...
i was using leva with react three fiber , drei and it was working fine . i added r3f-perf and for no reason its not interactable anymore . the panel...
I'm happy to implement this, just wondering what the interest is like for a multi-select input. Also should we extend the existing `Select` input or create a separate `MultiSelect` input?
When I set these options (sorry for ClojureScript syntax): ```clj {:titleBar {:drag true :position {:x 10 :y 10}}} ``` Then, whenever I click on the panel, it jumps to those...
## Description When the starting schema is an empty object (or a function that returns an empty object), and the Leva instance is set to `neverHide`, the controller fails to...
I noticed that this doesn't currently work, but as we discussed in discord this would be a nice improvement, so marking it here.
Hi everyone, I facing a problem while trying to use Leva as a controller for meshes. I have an array of mesh ... and, I want to control it with...