vue-izitoast

WebJar for vue-izitoast

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-izitoast
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

vue-izitoast
WebJar for vue-izitoast
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/arthurvasconcelos/vue-izitoast

Download vue-izitoast

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/vue-izitoast/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>vue-izitoast</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/vue-izitoast/
implementation 'org.webjars.npm:vue-izitoast:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/vue-izitoast/
implementation ("org.webjars.npm:vue-izitoast:1.1.0")
'org.webjars.npm:vue-izitoast:jar:1.1.0'
<dependency org="org.webjars.npm" name="vue-izitoast" rev="1.1.0">
  <artifact name="vue-izitoast" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='vue-izitoast', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "vue-izitoast" % "1.1.0"
[org.webjars.npm/vue-izitoast "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : izitoast jar [1.3.0,2)

Project Modules

There are no modules declared in this project.

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.

We now are also pledging with BroserStack so we can test on multiple browser and garantee that you will have a great usage cross-browser and os.

License

FOSSA Status

Contributing

Contributors

arthurvasconcelos greenkeeper[bot] lgguzman fossabot webmcheck
arthurvasconcelos greenkeeper[bot] lgguzman fossabot webmcheck

forthebadge

Live Long and Prosper

Versions

Version
1.1.0