leva
leva copied to clipboard
🌋 React-first components GUI
For now, options with custom labels in a select input is achieved by passing an `Object`: [Story Book Demo](https://leva.pmnd.rs/?path=/story/inputs-select--custom-labels). However, the order of the rendered options is determined by [`Object.keys()`...
Hello, First, Leva looks really great. I was in the process of rolling my own type of solution before I saw a post on Reddit. Your approach is MUCH cleaner...
Ideas
- [ ] reset - [ ] undo / redo - [ ] presets - [ ] better step management - [ ] Dynamically adjust number padding - [ ]...
There are many good proposals, feedback, and ideas related to new input types and/or how to add your own. I wanted to create this issue as a central organizer for...
Does leva-plugin-plot support array of 2d vectors? Have had a look at the sandboxes to find no such example.
There are many good issues, discussions, feedback, and even clever hacks related to how to interact with a global state. I'm using this to centralize/reference to organize the discussion. ###...
Users should be able to persist changes or to serialize and saved them @emmelleppi started doing work for this in use-tweaks I think this one will be way easier since...
In reference to this issue #265 In scenarios where some one wants to use leva as backbone with their own custom UI. We would need the InputContext to be exposed.