Skip to content

Commit

Permalink
fix: add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySerfaty committed Feb 20, 2024
1 parent 8aff92f commit 7164792
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# 10tap-editor

TenTap is a typed, easy to use, customizable, and extendable Rich Text editor for React-Native based on Tiptap and Prosemirror. It offers a "plug and play" experience and comes with many essential features out of the box that can be incorporated into your apps quickly. Additionally, TenTap allows you the developers to tailor the editor to your applications specific needs.

<img src="./website/static/img/cover.webp" alt="cover" />
<a href="https://github.com/10play/10tap-editor/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"/>
</a>
<a href="https://www.npmjs.com/package/@10play/tentap-editor">
<img src="https://img.shields.io/npm/v/@10play/tentap-editor.svg" alt="npm"/>
</a>

TenTap is a typed, easy to use, customizable, and extendable Rich Text editor for React-Native based on Tiptap and Prosemirror. It offers a "plug and play" experience and comes with many essential features out of the box that can be incorporated into your apps quickly. Additionally, TenTap allows you the developers to tailor the editor to your applications specific needs.

<br />
<br />
# Features

- 💁 Based on tiptap
Expand Down
13 changes: 9 additions & 4 deletions website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ sidebar_position: 1

# 10tap-editor

TenTap is a typed, easy to use, customizable, and extendable Rich Text editor for React-Native based on Tiptap and Prosemirror. It offers a "plug and play" experience and comes with many essential features out of the box that can be incorporated into your apps quickly. Additionally, TenTap allows you the developers to tailor the editor to your applications specific needs.

<img src="/10tap-editor/img/cover.webp" alt="cover" />

<br />
<br />
<a href="https://github.com/10play/10tap-editor/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License"/>
</a>
<a href="https://www.npmjs.com/package/@10play/tentap-editor">
<img src="https://img.shields.io/npm/v/@10play/tentap-editor.svg" alt="npm"/>
</a>

TenTap is a typed, easy to use, customizable, and extendable Rich Text editor for React-Native based on Tiptap and Prosemirror. It offers a "plug and play" experience and comes with many essential features out of the box that can be incorporated into your apps quickly. Additionally, TenTap allows you the developers to tailor the editor to your applications specific needs.

# Features

- 💁 Based on tiptap
Expand Down

0 comments on commit 7164792

Please sign in to comment.