react-tailwind-email-editor 0.0.15 → 0.0.16
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 +9 -1
- package/package.json +1 -1
- package/src/assets/emailEditor3.png +0 -0
package/README.md
CHANGED
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
# React Email Editor
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Design professional email marketing templates on the fly with a powerful drag-and-drop editor.
|
|
4
|
+
|
|
5
|
+
A fully customizable email template builder built with React, Craft.js, and Tailwind CSS that allows developers to visually design responsive email layouts and export production-ready HTML compatible with major email clients.
|
|
6
|
+
|
|
7
|
+
Ideal for building marketing campaigns, newsletters, promotional emails, transactional emails, and invoice templates quickly without writing complex table-based email HTML.
|
|
4
8
|
|
|
5
9
|
<p align="center">
|
|
6
10
|
<img src="https://github.com/hemanth-user13/Email-Editor-Npm/blob/master/src/assets/emailEditor1.png" width="900"/>
|
|
7
11
|
</p>
|
|
8
12
|
|
|
13
|
+
<p align="center">
|
|
14
|
+
<img src="https://github.com/hemanth-user13/Email-Editor-Npm/blob/master/src/assets/emailEditor3.png" width="900"/>
|
|
15
|
+
</p>
|
|
16
|
+
|
|
9
17
|
<p align="center">
|
|
10
18
|
<img src="https://github.com/hemanth-user13/Email-Editor-Npm/blob/master/src/assets/emailEditor2.png" width="900"/>
|
|
11
19
|
</p>
|
package/package.json
CHANGED
|
Binary file
|