vue-email-editor
vue-email-editor copied to clipboard
Drag-n-Drop Email Editor Component for Vue.js
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??
How to use classic mode?
``` 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
 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,...