1.0.161 • Published 4 years ago

dsnit-utils v1.0.161

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

dsnit.core

TO BE IMPLEMENTED

Application Tracker

vuetify-snackbar-queue

Simple plugin for queueing v-snackbars in Vuetify

  • Extends VSnackbar component, allowing an array of snackbar items to be passed in.
  • Queues Snackbars displaying one at a time

Install for use with Vuetify 2.*

npm install vuetify-snackbar-queue

See Code Sandbox Example

please note that the auto-height prop for the VSnackbar component was deprecated in Vuetify 2 and is no longer available.

Install for use with Vuetify 1.5.*

npm install vuetify-snackbar-queue@1.0.0

See Code Sandbox Example

Latest component docs

See the docs at Vuetify Snackbar Queue Docs

Use as Plugin

Import as plugin in your main.js file

//main.js
import Vue from "vue";
import VuetifySnackbarQueue from "vuetify-snackbar-queue";

Vue.use(VuetifySnackbarQueue);

Use in templates

<template>
    <v-snackbar-queue :items="items" @remove="() => {}"></v-snackbar-queue>
</template>

Development Setup

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint
1.0.161

4 years ago

1.0.81

4 years ago

1.0.26

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago