Skip to content

Vizel API / react/src / VizelToolbarDefault

Function: VizelToolbarDefault()

ts
function VizelToolbarDefault(__namedParameters): Element;

Defined in: packages/react/src/components/VizelToolbarDefault.tsx:40

The default toolbar content for VizelToolbar. Provides formatting buttons grouped by category with dividers between groups. Supports both simple button actions and dropdown menu actions.

Parameters

ParameterType
__namedParametersVizelToolbarDefaultProps

Returns

Element

Example

tsx
<VizelToolbar>
  <VizelToolbarDefault editor={editor} />
</VizelToolbar>

Released under the MIT License.