Material Toast Plugin For Vue.js – vue-toasted
vue-toasted is a cool material toast plugin with variety of options and styles. it is touch compatible and responsive.
Introduction
Vue Toasted is One of the Best Toast plugin available for VueJS. it is used by VueJS, Laravel, NuxtJS and trusted by many more organizations it is responsive, touch compatible, easy to use, attractive and feature rich with icons, actions etc...
Interactive Demo
Checkout the Interactive Demo here.
Menu
Installation
Install using npm
# install it via npm
npm install vue-toasted --save
Install using yarn
# install it via yarn
yarn add vue-toasted
Direct usage with html
<!-- Insert the vue core before vue-toasted -->
<script src="https://unpkg.com/vue-toasted"></script>
<script>
Vue.use(Toasted)
</script>
Nuxt
Github Repository
Tags: #VueJs