Skip to content

Vue Toast is One of the Best Toast plugin available for VueJS. It`s easy to use, attractive and feature rich

License

Notifications You must be signed in to change notification settings

RezaParsian/VueToast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Vue Toast is One of the Best Toast plugin available for VueJS. It`s easy to use, attractive and feature rich


Menu

Installation

Install using npm

# install it via npm 
npm install @rezaparsian/toast --save 

Install using yarn

# install it via yarn 
yarn add @rezaparsian/toast

Usage

It is simple. just one line all you need.

import "toast";
// you can call like this in your component
this.$toast('description', 'title', 'success|danger|warnin', 'timeout', 'theme');

// and also
Vue.toast('description', 'title', 'success|danger|warnin', 'timeout', 'theme');

Enjoy Toasting !!

About

Vue Toast is One of the Best Toast plugin available for VueJS. It`s easy to use, attractive and feature rich

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published