Skip to content

Commit fffd1c6

Browse files
committed
fix: updated readme to include react
1 parent 9267f21 commit fffd1c6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
# Tiptap Extensions
2+
# Tiptap React Extensions
33

4-
Tiptap extensions and headless components for image nodes and a slash command for React.js
4+
Tiptap React extensions and headless components for image nodes and a slash command for React.js
55

66
## @harshtalks/image-tiptap
77

8-
It extends tiptap image extension to support image resizing and alignment.
8+
It extends @tiptap/react image extension to support image resizing and alignment.
99
Existing third party/unofficial plugins are not flexible.
1010
This package contains -
1111
1. UI headless components to render alignment menu in a bubble menu.

packages/tiptap-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Tiptap Image Extension with Resize and Alignment
1+
# Image Extension with Resize and Alignment for React.js
22

3-
It extends tiptap image extension to support image resizing and alignment.
3+
It extends tiptap image extension to support image resizing and alignment in React.js.
44
Existing third party/unofficial plugins are not flexible.
55
This package contains -
66
1. UI headless components to render alignment menu in a bubble menu.

packages/tiptap-image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@harshtalks/image-tiptap",
3-
"description": "A Tiptap extension to add image resize and alignment options to the image extension.",
3+
"description": "A Tiptap extension for React.js to add image resize and alignment options to the image extension.",
44
"version": "1.2.0",
55
"keywords": [
66
"tiptap",

packages/tiptap-slash/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tiptap Slash Command Extension
1+
# Tiptap Slash Command Extension for React.js
22

33
Simple tiptap extension for React to add notion like slash command to your project. It provides a flexible extension built on top of tiptap suggestion extension, and headless UI components built on cmdk package.
44

0 commit comments

Comments
 (0)