Function: toolbarPlugin()

toolbarPlugin(params?): RealmPlugin

A plugin that adds a toolbar to the editor.

Parameters

ParameterTypeDescription
params?object-
params.toolbarClassName?stringThe class name to apply to the toolbar element
params.toolbarContents?() => ReactNodeContents of the toolbar
params.toolbarPosition?"top" | "bottom"Controls the position of the toolbar (top by default)

Returns

RealmPlugin