@react-email/html
Advanced tools
+0
-1
@@ -8,2 +8,1 @@ Copyright 2022 Bu Kinoshita and Zeno Rocha | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
+4
-2
| { | ||
| "name": "@react-email/html", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "A React html component to wrap emails", | ||
@@ -17,3 +17,5 @@ "sideEffects": false, | ||
| "lint": "TIMING=1 eslint src/**/*.ts* --fix", | ||
| "clean": "rm -rf dist" | ||
| "clean": "rm -rf dist", | ||
| "format:check": "prettier --check \"**/*.{ts,tsx,md}\"", | ||
| "format": "prettier --write \"**/*.{ts,tsx,md}\"" | ||
| }, | ||
@@ -20,0 +22,0 @@ "devDependencies": { |
+9
-1
@@ -1,2 +0,2 @@ | ||
|  | ||
|  | ||
@@ -49,4 +49,12 @@ <div align="center"><strong>@react-email/html</strong></div> | ||
| ## Support | ||
| This component was tested using the most popular email clients. | ||
| | <img src="https://react.email/static/images/readme/icons/gmail.svg" width="48px" height="48px" alt="Gmail logo"> | <img src="https://react.email/static/images/readme/icons/apple-mail.svg" width="48px" height="48px" alt="Apple Mail"> | <img src="https://react.email/static/images/readme/icons/outlook.svg" width="48px" height="48px" alt="Outlook logo"> | <img src="https://react.email/static/images/readme/icons/yahoo-mail.svg" width="48px" height="48px" alt="Yahoo! Mail logo"> | <img src="https://react.email/static/images/readme/icons/hey.svg" width="48px" height="48px" alt="HEY logo"> | <img src="https://react.email/static/images/readme/icons/superhuman.svg" width="48px" height="48px" alt="Superhuman logo"> | | ||
| | ---------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- | | ||
| | Gmail ✔ | Apple Mail ✔ | Outlook ✔ | Yahoo! Mail ✔ | HEY ✔ | Superhuman ✔ | | ||
| ## License | ||
| MIT License |
6971
51.48%60
15.38%