react-tailwind-email-editor 0.0.18 → 0.0.19
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,10 @@ A fully customizable email template builder built with React, Craft.js, and Tail
|
|
|
6
6
|
|
|
7
7
|
Ideal for building marketing campaigns, newsletters, promotional emails, transactional emails, and invoice templates quickly without writing complex table-based email HTML.
|
|
8
8
|
|
|
9
|
+
## 🚀 Live Demo
|
|
10
|
+
|
|
11
|
+
👉 [Try it on Vercel](https://demo-email-editor.vercel.app/)
|
|
12
|
+
|
|
9
13
|
<p align="center">
|
|
10
14
|
<img src="https://github.com/hemanth-user13/Email-Editor-Npm/blob/master/src/assets/emailEditor1.png" width="900"/>
|
|
11
15
|
</p>
|