You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be helpful for organizing, grouping and collapsing related parameters. The data output for nested folders is still a flat list of parameters.
This would either require allowing user code to import leva's folder method, or would need some kind of static representation that replicad could parse and convert.
This discussion was converted from issue #202 on May 16, 2025 09:58.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Leva supports a couple of features that would be helpful to me, but that aren't really possible to use in replicad currently;
Folders (demo: https://leva.pmnd.rs/?path=/story/misc-folders--simple)
This would be helpful for organizing, grouping and collapsing related parameters. The data output for nested folders is still a flat list of parameters.
This would either require allowing user code to import leva's
folder
method, or would need some kind of static representation that replicad could parse and convert.Conditional properties: https://leva.pmnd.rs/?path=/story/misc-input-options--render
This would be useful to hide or swap out one param for another, based on the value of another parameter.
This is enabled in leva with the
render
property on a parameter:This isn't possible in replicad currently because the configuration becomes unserializable for postMessage
Beta Was this translation helpful? Give feedback.
All reactions