Skip to content

Commit

Permalink
[@mantine/tiptap] Update installation instructions to include tiptap/…
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddler authored Mar 21, 2023
1 parent 7891448 commit 85c83af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/docs/others/tiptap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ import { TipTapDemos } from '@mantine/demos';
Install with yarn:

```bash
yarn add @mantine/tiptap @mantine/core @mantine/hooks @tabler/icons-react @tiptap/react @tiptap/extension-link @tiptap/starter-kit
yarn add @mantine/tiptap @mantine/core @mantine/hooks @tabler/icons-react @tiptap/react @tiptap/pm @tiptap/extension-link @tiptap/starter-kit
```

Install with npm:

```bash
npm install @mantine/tiptap @mantine/core @mantine/hooks @tabler/icons-react @tiptap/react @tiptap/extension-link @tiptap/starter-kit
npm install @mantine/tiptap @mantine/core @mantine/hooks @tabler/icons-react @tiptap/react @tiptap/pm @tiptap/extension-link @tiptap/starter-kit
```

## TipTap editor
Expand Down

0 comments on commit 85c83af

Please sign in to comment.