react-tailwind-email-editor 0.0.1 → 0.0.3

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  A professional, fully customizable drag-and-drop email template editor built with React, Craft.js, Tailwind CSS, and shadcn/ui.
4
4
 
5
+ ![Editor UI](src/assets/Screenshot%202026-03-07%20173128.png)
6
+ ![Editor UI](src/assets/Screenshot%202026-03-07%20173216.png)
7
+
5
8
  ## Features
6
9
 
7
10
  - 🎨 **Dark mode** by default with `dark:` class support
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-tailwind-email-editor",
3
- "version": "0.0.1",
4
- "description": "A Rich Talwind based email editor",
3
+ "version": "0.0.3",
4
+ "description": "A Rich Tailwind based email editor",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",