tiptop-editor 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # 📝 Tiptop Editor
2
+
3
+ A Notion-like rich text editor built with [Tiptap v3](https://tiptap.dev/) and [HeroUI](https://heroui.dev/), packaged as a plug-and-play React component.
4
+
5
+ ![npm version](https://img.shields.io/npm/v/tiptop-editor.svg)
6
+ ![bundle size](https://img.shields.io/bundlephobia/minzip/tiptop-editor)
7
+ ![license](https://img.shields.io/npm/l/tiptop-editor)
8
+
9
+ ---
10
+
11
+ ## ✨ Features
12
+
13
+ - Built on **Tiptap v3** — a powerful, headless rich-text editor
14
+ - Styled with **HeroUI** + Tailwind
15
+ - Fully typed with **TypeScript**
16
+ - Ready to embed in any React app
17
+ - Designed for **Notion-like UX**
18
+
19
+ ---
20
+
21
+ ## 🚀 Installation
22
+
23
+ ```bash
24
+ npm install tiptop-editor