We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1c28a commit fb071c6Copy full SHA for fb071c6
docs/pages/docs/ui-components/formatting-toolbar.mdx
@@ -34,7 +34,7 @@ Setting `formattingToolbar={false}` on `BlockNoteView` tells BlockNote not to sh
34
<strong>Tip:</strong> The children you pass to the `FormattingToolbar` component
35
should be default dropdowns/buttons (e.g. `BlockTypeDropdown` & `BasicTextStyleButton`) or custom dropdowns/buttons
36
(`ToolbarDropdown` & `ToolbarButton`). To see all the components you can use, head to the
37
- [Formatting Toolbar's source code](link).
+ [Formatting Toolbar's source code](https://github.com/TypeCellOS/BlockNote/blob/main/packages/react/src/components/FormattingToolbar/mantine/FormattingToolbar.tsx).
38
</small>
39
</div>
40
0 commit comments