DefaultToolbar
See source codeTable 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?: ReactNodemaxItems
optional
maxItems?: numbermaxSizePx
optional
maxSizePx?: numberminItems
optional
minItems?: numberminSizePx
optional
minSizePx?: numberorientation
optional
orientation?: 'horizontal' | 'vertical'Prev
DefaultToastsNext
DefaultToolbarContent