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 +24 -0
- package/dist/index-80p3ugWe.js +22184 -0
- package/dist/index-BSpf9x-4.js +2595 -0
- package/dist/tiptop-editor.es.js +4 -0
- package/dist/tiptop-editor.umd.js +160 -0
- package/dist/vite.svg +1 -0
- package/package.json +62 -0
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
|
+

|
|
6
|
+

|
|
7
|
+

|
|
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
|