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
| Parameter | Type |
|---|---|
__namedParameters | VizelToolbarDefaultProps |
Returns
Element
Example
tsx
<VizelToolbar>
<VizelToolbarDefault editor={editor} />
</VizelToolbar>