Skip to content

A simple notification component for Vue.js

License

Notifications You must be signed in to change notification settings

Media24si/simplyfication

Repository files navigation

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'
})

About

A simple notification component for Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published