leva icon indicating copy to clipboard operation
leva copied to clipboard

🌋 React-first components GUI

Results 171 leva issues
Sort by recently updated
recently updated
newest added

I think it would be nice to have an optional keyboard shortcut for boolean values out of the box. For example: ``` wireframe: { value: false, shortcut: 'KeyW' } ```...

enhancement

am svelte user i don't want to use react is there any tips to remove react and use svelte instead Thank you

enhancement

Just spent the day porting a couple of my GUI's to use leva ([ex](https://r3f-gradient.netlify.app/)). First of all, amazing project -- so excited for its potential. Here is some feedbacks. For...

enhancement

```tsx const [values, setValues, getValues] = useControls(() => ({ value: 12, onChange: () => doSth() })); const callback = React.useCallback(() => { const values = getValues(); // do sth with...

This would be handy for accessing the values.

Hello, could you please describe what this library is and what problems it solves? From what I could tell so far I believe it enhances storybook implementation, but in the...

At this moment the only syntax possible for the vectors range initialization is the following: `{ value: [0,0], x: {min: -5, max: 10 }, y: {min: -5, max: 10 }...

bug
enhancement

Hi team, First of all, thanks for the library. I'm already a "helper" of Zustand and Valtio, so I really look forward to everything you guys make. Leva looks really...

enhancement

Sometimes it is nice to show a toggle instead of a checkbox. This could either be solved in core via a configuration option or as a plugin.

enhancement

Pretty self explanatory but this would be a cool feature to have given the length of labels/values aren't predictable.