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
It would be great if this plugin allows toolbar actions to be grouped into a dropdown. This will allow devs to create compact toolbars when a lot of actions need to be defined.
Motivation
As it stands now having more than a few actions in the toolbar easily causes clutter. This limits the number of actions that can be used.
In the screenshot below, the icons for the headers and paragraph are almost occupying the entire toolbar. By implementing grouping, this can be reduced to a single dropdown item.
Implementation
I can get this feature developed if it seems good to you. I would also need your input concerning the prop structure to use.
For now I think we can use a 2 dimension array for the value of the action prop of RichToolbar. The icon for the first item of the array can be used.
The text was updated successfully, but these errors were encountered:
dkyeremeh
changed the title
Feature to allow grouping of actions in toolbar
Feature to allow grouping of actions into dropdown in toolbar
Mar 27, 2024
dkyeremeh
changed the title
Feature to allow grouping of actions into dropdown in toolbar
Feature to allow grouping of actions into a dropdown in toolbar
Mar 27, 2024
Summary
It would be great if this plugin allows toolbar actions to be grouped into a dropdown. This will allow devs to create compact toolbars when a lot of actions need to be defined.
Motivation
As it stands now having more than a few actions in the toolbar easily causes clutter. This limits the number of actions that can be used.
In the screenshot below, the icons for the headers and paragraph are almost occupying the entire toolbar. By implementing grouping, this can be reduced to a single dropdown item.
Implementation
I can get this feature developed if it seems good to you. I would also need your input concerning the prop structure to use.
For now I think we can use a 2 dimension array for the value of the
action
prop ofRichToolbar
. The icon for the first item of the array can be used.Example
The text was updated successfully, but these errors were encountered: