0.0.2 • Published 1 year ago

@rezaparsian/toast v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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 !!

0.0.2

1 year ago

0.0.1

1 year ago