Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcd/react4emails
React components & utilities for building HTML emails
https://github.com/tcd/react4emails
email emails internet-explorer mso react vml why
Last synced: about 2 months ago
JSON representation
React components & utilities for building HTML emails
- Host: GitHub
- URL: https://github.com/tcd/react4emails
- Owner: tcd
- Created: 2022-10-25T14:44:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T22:44:29.000Z (about 2 years ago)
- Last Synced: 2024-04-24T18:08:12.727Z (8 months ago)
- Topics: email, emails, internet-explorer, mso, react, vml, why
- Language: TypeScript
- Homepage:
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react4emails
## References
### VML
- [Vector Markup Language (Wikipedia)](https://en.wikipedia.org/wiki/Vector_Markup_Language)
- [React ART](https://github.com/facebook/react/tree/main/packages/react-art)
- [VML Object Model Reference](https://learn.microsoft.com/en-us/windows/win32/vml/msdn-online-vector-markup-language-object-model-reference)### Microsoft
- [OfficeDev/Open-XML-SDK](https://github.com/OfficeDev/Open-XML-SDK#documentation)
- [yuenm18/ooxml-viewer-vscode](https://github.com/yuenm18/ooxml-viewer-vscode)### HTML Emails
- [caniemail.com](https://www.caniemail.com/)
## See Also
- [lang-ai/react-emails](https://github.com/lang-ai/react-emails)
- [teamcurri/myza](https://github.com/teamcurri/myza)