Skip to content
#

html-emails

Here are 38 public repositories matching this topic...

react-email-editor
MobeenAshraf
MobeenAshraf commented Mar 21, 2020

As per the documentation in this link, providing user object in unlayer's init method should enable 'User Saved Blocks` feature.

However, when providing user's object via options props like below, it should pass the user's object to init method.

<EmailEditor
 ref={editor => (this.editor = editor)}
 options = { 
     user: {  id: 
email-bugs
dudeonthehorse
dudeonthehorse commented Jun 9, 2018

This is an example of responsive table layout

<table width="100%">
 <tr>
  <th style="font-size: 0; padding: 0;">&nbsp;</th>
  <th width="600" style="padding: 0;">
   <!-- content -->
  </th>
  <th style="font-size: 0; padding: 0;">&nbsp;</th>
 </tr>
</table>

For correct responsibility we should use viewport

<meta name="viewport" content="width=device-width, ini

Improve this page

Add a description, image, and links to the html-emails topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the html-emails topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.