-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Grouped buttons in the toolbar #1206
Comments
I like the group solution better than the one that I suggested (#1281) however, it would be nice if there's a way to add some sort of class to it. maybe something along the lines of
|
I wonder if there's a way to build off of what @noirbizarre did in #1244 s.t. we can choose different types of separators between groups of buttons. By default, each group of buttons would be separated by a newline in the toolbar, but this could be extended to use a separator element or class instead of newlines... Maybe instead of a seperatorClass, there can just be a class set on the container for each group of buttons. By default, this button group container is a |
I've created a branch toolbar-button-groups which contains the changes that @noirbizarre proposed in #1244 . This should allow others to branch off of that branch and try to incorporate some of these additional requirements before we merge the PR. Anyone should feel free to take a crack at it. |
I'll be so glad to see this merged !!! |
This was never implemented or merged. We're just stuck with the multi-line solution instead. |
That would be great if we could create buttons groups as such :
Ideally we could style the separator or apply templates to get a specific presentation of the groups
The text was updated successfully, but these errors were encountered: