mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-28 07:40:13 +08:00
docs(extension/mention): 📝 add mention of peer dependency in mention extension
This commit is contained in:
parent
9093cdfcf5
commit
b896cc2439
@ -23,6 +23,12 @@ To place the popups correctly, we’re using [tippy.js](https://atomiks.github.i
|
||||
npm install tippy.js
|
||||
```
|
||||
|
||||
Since 2.0.0-beta.193 we marked the `@tiptap/suggestion` as a peer dependency. That means, you will need to install it manually.
|
||||
|
||||
```bash
|
||||
npm install @tiptap/suggestion
|
||||
```
|
||||
|
||||
## Settings
|
||||
|
||||
### HTMLAttributes
|
||||
|
Loading…
Reference in New Issue
Block a user