mdx-editor / editor

A rich text editor React component for markdown
https://mdxeditor.dev
MIT License
1.75k stars 139 forks source link

Export default icons for toolbar customization #548

Closed basile-parent closed 1 month ago

basile-parent commented 1 month ago

Provide a fix for the #545

Export both IconKey type (to use in the iconComponentFor prop) and the defaultSvgIcons constant to override icons properly

github-actions[bot] commented 1 month ago

:tada: This PR is included in version 3.10.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

paulmis commented 3 days ago

Can you provide an example of how to customize the toolbar icons? As far as I can see it's not included in the documentation.