New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simplyfication

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simplyfication

A simple notification component for Vue.js

1.0.1
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

vue

FAQs

Package last updated on 07 Mar 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts