text=""
duration="3000"
slotLeft=""

Any valid HTML can go here. Fontawesome and Material Icons are loaded into this demo, give it a try: <i class="fa fa-thumbs-up"></i><span class="material-icons">thumb_up</span>Note: <span> and <i> are position: absolute; by default.

slotRight=""

Same as slotLeft but positioned to the right <i class="fa fa-thumbs-up"></i><span class="material-icons">thumb_up</span>

app.use(Vuelity.VTToast, {
styles: {},
duration: 5000,
positionX: 'right',
positionY: 'bottom',
})
this.$toast('', {
styles: {},
duration: 3000,
slotLeft: `
`,
slotRight: `
`,
});
Try a full demo on Codepen!