Skip to content

mehrdadphp/VueAlertBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VueAlertBox

Alert Box For Vue

Install

npm install vue-alert-box --save

Add To project

import Vue from 'vue'
import VueAlertBox from 'vue-alert-box'

Vue.use(VueAlertBox)

Use

<v-m-alert success>Alert For Success Templates</v-m-alert>

<v-m-alert info>Alert For Info Templates</v-m-alert>

<v-m-alert warning>Alert For Warninng Templates</v-m-alert>

<v-m-alert error>Alert For Error Templates</v-m-alert>

About

Alert Box For Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published