Skip to content

EditorToolbar: add support for styling buttons via the ui prop #5872

@fkwww27

Description

@fkwww27

Package

v4.x

Description

It would be great if the EditorToolbar component exposed proper style‑customization options for its internal buttons. Currently, the ui prop does not allow passing custom styles to the toolbar buttons, which makes it difficult to adjust their appearance.

It would be very helpful if the component supported styling these buttons through the ui prop, for example:

<UEditorToolbar
  :editor="editor"
  :items="items"
  :ui="{ button: 'p-0' }"
/>

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesttriageAwaiting initial review and prioritizationv4#4488

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions