-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
Description
When positioning to left, it cuts the icon.
Params used:
VanillaToasts.create({
// notification title
title: 'Ricardo está assistindo',
// notification message
text: 'a aula "Exportação/importação de base de dados" em "<a href="https://magenteiro.test/ferramentas-e-dicas-matadoras-para-o-desenvolvimento-magento">Ferramentas e Dicas matadoras para o desenvolvimento Magento</a>". <br/><small>2 minutos atrás</small>',
// success, info, warning, error / optional parameter
type: 'success',
// path to notification icon
icon: 'https://s.gravatar.com/avatar/ae5800c87c4e0f6a4a6b7a3d66aae138?s=150',
// topRight, topLeft, topCenter, bottomRight, bottomLeft, bottomCenter
positionClass: 'bottomLeft',
// auto dismiss after 5000ms
timeout: 15000
});Reactions are currently unavailable

