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 89141bd commit a402527Copy full SHA for a402527
docs/extensions/Drawer/index.md
@@ -12,6 +12,7 @@ Drawer is a node extension that allows you to add an Drawer to your editor.
12
13
```tsx
14
import { Drawer } from 'reactjs-tiptap-editor/extension-bundle'; // [!code ++]
15
+import 'easydrawer/styles.css'; // [!code ++]
16
17
const extensions = [
18
...,
0 commit comments