1.0.2 • Published 7 years ago

vue-alert-box v1.0.2

Weekly downloads
14
License
ISC
Repository
github
Last release
7 years ago

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

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago