EditorToolbar

Deprecated component

EditorToolbar was deprecated in v4. It will be deleted from the repository on 12th July 2022.

How it was used in v3

<EditorToolbar>
<EditorToolbarButton
icon="FormatBold"
tooltip="Bold"
label="Bold"
isActive={false}
/>
</EditorToolbar>

You can have a look on this codesandbox to see how it might be done in version 4:

Help improve this page