Closed eviltik closed 11 months ago
Hi! I think this kind of component should be handled by the plugin system. It's possible to create a plugin that provides a container component like a folder and a tab.
It should be great to have it by default in tweakpane rather than a plugin, but it's my point of view.
Wondering if it can not be solve just with specific css.
I'll try to go deeper for a plugin (but i'm limited, i stay sticked with vanilliajs for years, and it seem's that plugins are typescript)
It should be great to have it by default in tweakpane rather than a plugin
Built-in Tweakpane components are arranged in stacked rows. Tweakpane calls them as "blade", and the vertical tab seems different from this setup.
https://tweakpane.github.io/docs/quick-tour/#blades
I think this kind of complex components should not be included in the standard components.
Wondering if it can not be solve just with specific css.
It seems difficult based on my experience. (e.g. height calculation, layout with text tab, etc...)
I see, thank you !
Hi again
This is blender
As you can see, we have vertical tabs with icon (and/or vertical text ?)
It should be great to be able to make the same layout with tweakpane :)
For icons, see #594