EditorToolbar

Deprecated component

EditorToolbar component has been deprecated and is not supported or recommended for use.

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