vue-snotify

WebJar for vue-snotify

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

vue-snotify
Last Version

Last Version

3.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

vue-snotify
WebJar for vue-snotify
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/artemsky/vue-snotify

Download vue-snotify

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

vue-snotify

Build Status NPM Version NPM Downloads Dev dependencies status list

Example

https://artemsky.github.io/vue-snotify/

Features

  • 9 types of toast notifications (async, confirm, prompt, html and more...)
  • Many config options (icons, backdrop, timeout, position and much more...)
  • Repository includes 3 different styles. So you can use on of them, or create your own.
  • Callbacks
  • 5KB minified and gzipped
  • Typescript definitions
  • ESM, CommonJS, UMD versions
Looking for an Angular version? Here

Snotify Gif

Installation

NPM 5

npm install vue-snotify

yarn

yarn add vue-snotify

see detailed instruction

Documentation and Examples

Documentation - here
Example application source - here
Change Log - here

CDN

License

MIT © artemsky

Versions

Version
3.2.1
3.0.4