leva
leva copied to clipboard
๐ React-first components GUI
I have a case where I want to set `step`, `min` and `max` but do not want the range slider, instead hoping for just a plain text field, with the...
Export `RangeSlider` so you can use it on custom Leva Plugins.
`set` for path screenshotParams.aspectRatio has failed. ValueErrorย {type: 'LEVA_ERROR', message: 'LEVA: The value `portrait` did not result in a valโฆre this warning if this is the intended behavior.', previousValue: 'portrait',...
Hello: I am using this wonderful tool but I have a use-case where I need to dynamically add controls by accessing some data from the back end. What would be...
## About Hi Poimandres team ๐ I'm not sure if it's an issue or not, but I didn't find any solution for the cases when I need to keep my...
If I add "hint" I get an error "The above error occurred in the Tooltip component:" Tried adding it to different things, always the same. I'm using the latest versions...
Hello: I am using a folder as below: ``` const r1 = useControls({Blue: folder({ x: {value: ring1json.position[0], min: -3, max: 3, step:0.1}, y: {value: ring1json.position[1], min: 0.08, max: 2, step:...
In my project, I have the need to create easy toggleable elements. To do this, I created this component: ``` import { useControls } from 'leva'; export type LevaSwitchProps =...
I am using this beautifully designed UI component in a react three js environment. The scene has multiple geometries with some attributes all controlled by Leva. I find by default...
How can I approach adding vertical dragging on Vector3 inputs? I looked into the storybook and it doesn't seem to have an example for this use case. Am I able...