Socket
Socket
Sign inDemoInstall

vue-izitoast

Package Overview
Dependencies
11
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-izitoast

Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast


Version published
Weekly downloads
804
decreased by-22.39%
Maintainers
1
Install size
295 kB
Created
Weekly downloads
 

Changelog

Source

v1.2.1 (August 29, 2019)

  • #23 [BUGFIX] Fixed undefined toast in Vue prototype.
  • #6 [IMPROVEMENT] Improved error message of _checkParams to show correct method signature.

Breaking Changes

  • Now Vue-izitoast is accessed through Vue.toast or this.$toast.

Readme

Source

Vue iziToast

Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast

Build Status Maintainability Test Coverage Codacy Badge Greenkeeper badge FOSSA Status

dependencies Status devDependencies Status peerDependencies Status

Latest GH Latest Release Commits since latest GH release GH Forks GH Starts GH Watchers

NPM Latest Package Release NPM Package Downloads License

cover

Table of Contents

Requirements

  • Vue: ^2.0.0
  • iziToast: lastest

Install

$ npm install vue-izitoast --save

$ yarn add vue-izitoast

Configuration

import Vue from 'vue';
import VueIziToast from 'vue-izitoast';

import 'izitoast/dist/css/iziToast.css';
or
import 'izitoast/dist/css/iziToast.min.css';

Vue.use(VueIziToast);
or
Vue.use(VueIziToast, defaultOptionsObject);

Usage

See examples in our Storybook

or Try on Edit Vue-Izitoast Example

Testing

Vue Izitoast is using Travis as CD/CI. You can check the state of our last build here Build Status.

License

FOSSA Status

Contributing

Contributors

arthurvasconcelosgreenkeeper[bot]lgguzmanfossabotwebmcheck
arthurvasconcelosgreenkeeper[bot]lgguzmanfossabotwebmcheck

forthebadge

Live Long and Prosper

Keywords

FAQs

Last updated on 29 Aug 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc