Material Toast Plugin For Vue.js – vue-toasted

vue-toasted is a responsive, attractive,  touch-friendly, highly customizable toast component for Vue.js.

Key features:

  • Allows actions in the toast messages.
  • Custom icons. Supports Font Awesome, Material Icons, etc.
  • Allows to dismiss the toast messages with swipe off.
  • ‘success’, ‘info’, ‘error’ types.
  • 3 themes: ‘toasted-primary’, ‘outline’, ‘bubble’.

Preview:

vue-toasted

Changelog:

v1.1.28 (10/01/2020)

  • Update

Download Details:

Author: shakee93

Live Demo: https://shakee93.github.io/vue-toasted/

Download Link: https://github.com/shakee93/vue-toasted/archive/master.zip

Official Website: https://github.com/shakee93/vue-toasted

Install & Download:

# Yarn
$ yarn add vue-toasted

# NPM
$ npm install vue-toasted --save

Add Comment