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

As requested by @dbismut on #189 I'm creating this PR so we can benefit from the CI.

If you browse to https://www.npmjs.com/package/leva you'll find that the npm package has no README in the package and it doesn't look as great as it could.

Hello All, First of all thanks for everyone's effort on such a good library. It has been a very helpful one for trail and error during our development process's Currently...

I think I would be useful If one could use leva with vanilla js or any js framework. Something like ```js const leva = createLeva({ name: "World", aNumber: 0 })...

enhancement

Hello ! Thank you for your amazing work, The prefix is empty in ControlInput: https://github.com/pmndrs/leva/blob/84d020ff7b4b9205697e7502bf3160840469d02c/packages/leva/src/components/Control/ControlInput.tsx#L44 But was fixed in: https://github.com/pmndrs/leva/issues/97 Also, I have multiple panels in my DOM exactly like...

Well I got my eye on #248 I also caught my(IDE's) eye on this bit https://github.com/pmndrs/leva/blob/2de9a2b2ca8ff76c754af8b6484f7bf400dee7c3/packages/leva/stories/panel-options.stories.tsx#L46-L58 At first glance the Template function: https://github.com/pmndrs/leva/blob/2de9a2b2ca8ff76c754af8b6484f7bf400dee7c3/packages/leva/stories/panel-options.stories.tsx#L12 Will only accept the first `{}`(type definition:...

At this moment, to display a custom control title, adding a custom `label` rather than a object key name is like this: ```js useControls({ backgroundColor: { label: 'Background', // custom...

enhancement

Hi @dbismut , as you can see in the image below, when there are names with too long properties it is not possible to read the name of the property,...

Hi ! I was wondering if you intend to do an audio, video, or a more generic file type. Right now, images are supported as `ObjectURL`, but I wonder why...

enhancement