0.1.2 • Published 3 years ago

ws-alert-vue v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ws-alert vue

A simple popup alert component for Vue.js.

Installation

npm install ws-alert-vue
# OR
yarn add ws-alert-vue

In your main.ts file:

import {createApp} from "vue";
const app = createApp(App);

// Import Css
import "ws-alert-vue/src/tailwind.css";
import WsAlertPlugin from "ws-alert-vue/plugin";

// Use Plugin
app.use(WsAlertPlugin);

app.mount("#app");

In your App.vue file.

<template>
  <WsAlert/>
  <!--  ... other components here ...-->
</template>
0.1.2

3 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago