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 37a52f6 commit 715019fCopy full SHA for 715019f
docs/extensions/SlashCommand/index.md
@@ -53,7 +53,7 @@ const extensions = [
53
SlashCommand// [!code ++]
54
];
55
56
-const RichTextToolbar = () => {
+const RichTextBubbleSlashCommandList = () => {
57
return (
58
<div className="flex items-center gap-2 flex-wrap border-b border-solid">
59
<SlashCommandList /> {/* [!code ++] */}
@@ -71,7 +71,7 @@ const App = () => {
71
<RichTextProvider
72
editor={editor}
73
>
74
- <RichTextToolbar />
+ <RichTextBubbleSlashCommandList />
75
76
<EditorContent
77
0 commit comments