@abduljebar/text-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 +18 -0
- package/dist/index.js +2878 -0
- package/dist/vite.svg +1 -0
- package/package.json +67 -0
package/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# React Text Editor
|
|
2
|
+
|
|
3
|
+
A professional, customizable React text editor with rich text editing capabilities, export functionality, and real-time validation.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
|
|
7
|
+
- 📝 Rich text editing with formatting tools
|
|
8
|
+
- 💾 Save functionality with validation
|
|
9
|
+
- 📤 Export to HTML files
|
|
10
|
+
- 🎨 Built with Tailwind CSS
|
|
11
|
+
- 🔒 Zod validation
|
|
12
|
+
- 📊 Real-time word and character count
|
|
13
|
+
- ♿ Accessible UI components
|
|
14
|
+
|
|
15
|
+
## Installation
|
|
16
|
+
|
|
17
|
+
```bash
|
|
18
|
+
npm install @abduljebar/text-editor
|