simplyfication

1.0.1 • Public • Published

Simplyfication

A simple notification component for Vue.js

Software License Packagist

  • Vue.js (tested with 2.6.11).

Installation

npm install simplyfication

Usage

import simplyfication from 'simplyfication'
 
Vue.use(simplyfication)

Include the notification component inside of your application (preferrably inside the root)

<div id="vue-app">
  <!-- Code --->
 
  <simplyfication />
</div>

Call your notification

this.$notify({
  title: 'Whoops',
  message: 'Something went wrong',
  type: 'warning'
})

Package Sidebar

Install

npm i simplyfication

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

45.2 kB

Total Files

7

Last publish

Collaborators

  • neoglyph