DefaultToolbar

See source code
Table of contents

The default toolbar for the editor. children defaults to the DefaultToolbarContent component. Depending on the screen size, the children will overflow into a drop-down menu, with the most recently active item from the overflow being shown in the main toolbar.


Properties

children

optional
children?: ReactNode

maxItems

optional
maxItems?: number

maxSizePx

optional
maxSizePx?: number

minItems

optional
minItems?: number

minSizePx

optional
minSizePx?: number

orientation

optional
orientation?: 'horizontal' | 'vertical'

Prev
DefaultToasts
Next
DefaultToolbarContent