I'd like to make a plugin for Tweakpane that allows you to have an expanded list that you can hover on and select an item from the list. Like the image below.
From my experiments so far, it seems like any input binding produces a side-by-side view with a variable name on the left and an editable field on the right. Is there any way to accomplish something sort of like this?
Passing null
to label
option hides a label and widen a control area.
const pane = new Pane();
pane.addInput({foo: 1}, 'foo', {min: 0, max: 1});
pane.addInput({foo: 1}, 'foo', {min: 0, max: 1, label: null});
(This option doesn't work properly due to a bug and it has been fixed in the latest version 3.1.7)
FYI: You can create a blade without label not as an input binding, but as a blade without a binding. Built-in separator
plugin may be helpful to know its structure:
Owner Name | cocopon |
Repo Name | tweakpane |
Full Name | cocopon/tweakpane |
Language | TypeScript |
Created Date | 2016-05-10 |
Updated Date | 2023-03-17 |
Star Count | 2603 |
Watcher Count | 19 |
Fork Count | 71 |
Issue Count | 11 |
Issue Title | Created Date | Updated Date |
---|