vue-email-editor icon indicating copy to clipboard operation
vue-email-editor copied to clipboard

Drag-n-Drop Email Editor Component for Vue.js

Results 71 vue-email-editor issues
Sort by recently updated
recently updated
newest added

I've inserted the editor (full demo) inside a from vuetify **The iframe is 50px height!** When I inspect source: element.style { min-width: 1024px; **min-height: 100%;** height: 100%; width: 100%; border:...

I was trying to add a custom tool on vue js component as the documentation for react shows with no luck. Can you demonstrate the correct way to add a...

Is there a way to reset the editor's content so that can the user has a clean start? I think this would be very useful.

I saw that the previewHtml callback is called two times when showing the preview and I was wondering why. This is making my implementation a bit more complicated and I...

I don't understand how can I add custom tools? Is there anyone who can help me??

``` Vue Email Editor (Demo) Save Design Export HTML import { EmailEditor } from "vue-email-editor"; export default { name: "unlayer", components: { EmailEditor, }, data() { return { minHeight: "1000px",...

Allows the user the change the display mode via prop

![2021-03-26_00h04_43](https://user-images.githubusercontent.com/65579678/112504834-23966800-8dc7-11eb-949b-95c563f703fe.png) Document saying that the following tools are built-in and available for use. Button, Divider, Form, Heading, Image, Menu, Social Media, Text, Timer, Video, HTML. But only Button, Divider, Heading,...