Skip to content

Commit

Permalink
fix: updated readme to include react
Browse files Browse the repository at this point in the history
  • Loading branch information
harshtalks committed Sep 25, 2024
1 parent 9267f21 commit fffd1c6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# Tiptap Extensions
# Tiptap React Extensions

Tiptap extensions and headless components for image nodes and a slash command for React.js
Tiptap React extensions and headless components for image nodes and a slash command for React.js

## @harshtalks/image-tiptap

It extends tiptap image extension to support image resizing and alignment.
It extends @tiptap/react image extension to support image resizing and alignment.
Existing third party/unofficial plugins are not flexible.
This package contains -
1. UI headless components to render alignment menu in a bubble menu.
Expand Down
4 changes: 2 additions & 2 deletions packages/tiptap-image/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Tiptap Image Extension with Resize and Alignment
# Image Extension with Resize and Alignment for React.js

It extends tiptap image extension to support image resizing and alignment.
It extends tiptap image extension to support image resizing and alignment in React.js.
Existing third party/unofficial plugins are not flexible.
This package contains -
1. UI headless components to render alignment menu in a bubble menu.
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@harshtalks/image-tiptap",
"description": "A Tiptap extension to add image resize and alignment options to the image extension.",
"description": "A Tiptap extension for React.js to add image resize and alignment options to the image extension.",
"version": "1.2.0",
"keywords": [
"tiptap",
Expand Down
2 changes: 1 addition & 1 deletion packages/tiptap-slash/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tiptap Slash Command Extension
# Tiptap Slash Command Extension for React.js

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.

Expand Down

0 comments on commit fffd1c6

Please sign in to comment.