react-email-editor
react-email-editor copied to clipboard
Drag-n-Drop Email Editor Component for React.js
Please see here:  I just cloned the repo, run `yarn install` inside both the `demo` folder and the `root`, and then run the dev script.
export interface UnlayerOptions { id?: string | undefined; displayMode?: DisplayMode | undefined; projectId?: number | undefined; locale?: string | undefined; appearance?: AppearanceConfig | undefined; user?: User | undefined; mergeTags?: MergeTag[]...
Hi, This is probably something that's already been discussed to death here, but here we go... Me and my little team of email developers here are trying to set up...
Is there a way for the content to go to the full width of the row? Seem like the maximum content width is set to 900px. 
The email editor is crashing on load. The error is _**Uncaught Error: Invalid hook call. Hooks can only be called inside of the body of a function component.**_ The error...
Undo and redo is available via unlayer api as mention [here](https://docs.unlayer.com/docs/features#undo--redo). This feature is either not available or not documented in current wrapper.
First of all, thank you for making a great editor. But I found a problem while using it. ```html ... ... ``` HTML code of the JET SKI RIDE part...
Hi all, I'm trying to implement custom image library. It was working fine in `1.5.0` but with latest version it's not working any more (`1.7.6`) idea: ```ts export default function...
I suggest adding a fallback option to the image tool so that, in cases where the image doesn't load, the fallback value that the user sets would display instead. Adding...
Do you have example to set dynamic merge tags with image src? I would like to set look like below example ``` setMergeTags({ Image_logo: { name: "Logo", value: "{{Image_logo}}" }...