react-lite-rich-text-editor 1.1.2 → 1.1.4
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 +27 -10
- package/dist/index.cjs.js +885 -1399
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +885 -1399
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,18 +1,35 @@
|
|
|
1
|
-
# React Lite Rich Text
|
|
1
|
+
# React Lite Rich Text Editor
|
|
2
2
|
|
|
3
|
-
A premium,
|
|
3
|
+
A **premium, zero-dependency**, and industry-standard rich text editor for React.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
<div align="center">
|
|
6
|
+
<a href="https://elangodev.com/npm">
|
|
7
|
+
<img src="https://img.shields.io/badge/TRY%20IT-LIVE%20DEMO-blueviolet?style=for-the-badge&logo=rocket" alt="Try it out" />
|
|
8
|
+
</a>
|
|
9
|
+
<a href="https://www.npmjs.com/package/react-lite-rich-text-editor">
|
|
10
|
+
<img src="https://img.shields.io/npm/v/react-lite-rich-text-editor?style=for-the-badge" alt="NPM Version" />
|
|
11
|
+
</a>
|
|
12
|
+
</div>
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
## Try it Out
|
|
17
|
+
|
|
18
|
+
- **Live Demo**: [Industrial Rich Text Editor Demo](https://elangodev.com/npm)
|
|
19
|
+
- **Local Preview**: Clone this repo and run `npm install && npm run dev` inside the `example/` folder.
|
|
20
|
+
|
|
21
|
+
---
|
|
6
22
|
|
|
7
23
|
## Features
|
|
8
24
|
|
|
9
|
-
- ✨ **
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
-
|
|
25
|
+
- ✨ **Zero-Dependency Core**: Built entirely with native Browser APIs for maximum performance and stability.
|
|
26
|
+
- 📊 **Advanced Tables**: Insert tables, add/delete rows/columns, and merge cells with intuitive toolbar controls.
|
|
27
|
+
- 🎥 **Universal Video Embedding**: Seamlessly embed videos from **YouTube, Vimeo, DailyMotion**, and more.
|
|
28
|
+
- 📏 **Image Resizing**: Interactive 4-handle resizing system for uploaded images.
|
|
29
|
+
- 🧮 **Content Metrics**: Stealthy, professional footer showing real-time **Word and Character counts**.
|
|
30
|
+
- 📝 **Rich Formatting**: Bold, italic, underline, font sizes, colors, alignment, and lists.
|
|
31
|
+
- 🔗 **Smart Links**: Automatic protocol handling and new window navigation.
|
|
32
|
+
- 🎨 **Premium UI**: Modern, glassmorphism-inspired design with a polished Look & Feel.
|
|
16
33
|
|
|
17
34
|
## Installation
|
|
18
35
|
|