-
-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] tabs: vertical layout #595
Comments
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) |
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.
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
![image](https://private-user-images.githubusercontent.com/4477890/292848457-3278e248-f404-4428-8a15-fdd4f22a8561.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTUzNDAsIm5iZiI6MTczODg5NTA0MCwicGF0aCI6Ii80NDc3ODkwLzI5Mjg0ODQ1Ny0zMjc4ZTI0OC1mNDA0LTQ0MjgtOGExNS1mZGQ0ZjIyYTg1NjEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMDIyNDAwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGQ3MjFlY2UzZmNlZDQ4YmY3Nzg0N2VjNjZiNTZjMmJiMjJiODczZTBlNzM0ZjE3MDk3YjA3NTAwMzE2NzVlZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.CNQ8xtwWqZE82K2bjgmz_Tbkb9GmnHQxg5Go3nAzqCg)
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
The text was updated successfully, but these errors were encountered: