Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavkout/react-mailkit

Create awesome and fully responsive emails without stress.
https://github.com/pavkout/react-mailkit

javascript kit mjml mjml-framework mjml-template mjml4 react typescript ui

Last synced: about 2 months ago
JSON representation

Create awesome and fully responsive emails without stress.

Awesome Lists containing this project

README

        






Welcome to react-mailkit



npm




www.react-mailkit.io


npm

npm

score

license

contributors

---

Once upon a time, email creation wasn't an easy part using pure `html` and `css`.

`Now it is!` Create awesome and fully responsive emails without stress.

## Documentation

### You can see more docs and examples in our [Storybook](https://pavkout.github.io/react-mailkit).

## Getting Started

### What We Use

ยท ยท

## ๐Ÿ“ฆ Install

```bash
yarn add react-mailkit
```

OR

```bash
npm install react-mailkit
```

## ๐Ÿ‘จโ€๐Ÿ’ป Tests

Over 350 ๐Ÿ†™ unit tests

## โœ๏ธ Example

```js
import {
useEmail,
EMail,
EHead,
ETitle,
EPreview,
EBody,
ESection,
EColumn,
ECarousel,
ECarouselImage
} from 'react-mailkit';

const { html, errors } = useEmail(


Example
Example
















);
```

And this is the result (works in mobile too!)

## โœ๏ธ Example project

You can find an example project
[here](https://github.com/pavkout/react-mailkit/tree/main/packages/react-mailkit-example)

## โŒจ๏ธ Try it live

You can try it [live](https://www.react-mailkit.io/#/try-it-live)

## TODO

- Add ability to convert the MJML format to react-mailkit via js and CLI. (Working)
- Add more custom components

## Reporting Bugs

Have a bug or a feature request? Please open a new
[bug report](https://github.com/pavkout/react-mailkit/issues).

Before opening a new issue, please search through any [existing issues](https://github.com/pavkout/react-mailkit/issues)
to avoid submitting duplicates.

## Contributing

All contributions are welcome! โค๏ธ

## License Information

```
MIT License

Copyright (C) 2021

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

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.
```