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

https://github.com/arikchakma/maily

Transform Maily content into HTML email templates.
https://github.com/arikchakma/maily

maily mailyto react-email tiptap wysiwyg

Last synced: about 1 year ago
JSON representation

Transform Maily content into HTML email templates.

Awesome Lists containing this project

README

          



@arikchakma/maily

Transform Maily content into HTML email templates.







Get Maily Editor


## Install

Install `maily` from your command line.

#### With bun

```sh
bun add @arikchakma/maily
```

#### With yarn

```sh
yarn add @arikchakma/maily
```

#### With npm

```sh
npm install @arikchakma/maily
```


## Getting started

Convert React components into a HTML string.

```jsx
import { render } from '@arikchakma/maily';

const html = render({
type: 'doc',
content: [
{
type: 'paragraph',
content: [
{
type: 'text',
text: 'Hello World!',
},
],
},
],
});
```

## Contributions

Feel free to submit pull requests, create issues, or spread the word.

## License

MIT © [Arik Chakma](https://twitter.com/imarikchakma)