import Noty from 'noty' new Noty({ text: 'Some notification text', }).show() // или new Noty({ text: 'Some notification text', animation: { open : 'animated fadeInRight', close: 'animated fadeOutRight' } }).show()