1.0.175 • Published 4 years ago

dsnit-core v1.0.175

Weekly downloads
6
License
MIT
Repository
github
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.175

4 years ago

1.0.174

4 years ago

1.0.173

4 years ago

1.0.172

4 years ago

1.0.171

4 years ago

1.0.167

4 years ago

1.0.169

4 years ago

1.0.168

4 years ago

1.0.170

4 years ago

1.0.165

4 years ago

1.0.166

4 years ago

1.0.164

4 years ago

1.0.163

4 years ago

1.0.162

4 years ago

1.0.161

4 years ago

1.0.160

4 years ago

1.0.159

4 years ago

1.0.158

4 years ago

1.0.66

4 years ago

1.0.68

4 years ago

1.0.154

4 years ago

1.0.153

4 years ago

1.0.156

4 years ago

1.0.155

4 years ago

1.0.152

4 years ago

1.0.151

4 years ago

1.0.67

4 years ago

1.0.62

4 years ago

1.0.61

4 years ago

1.0.50

4 years ago

1.0.60

4 years ago

1.0.55

4 years ago

1.0.56

4 years ago

1.0.49

4 years ago

1.0.48

4 years ago

1.0.47

4 years ago

1.0.46

4 years ago

1.0.45

4 years ago

1.0.44

4 years ago

1.0.43

4 years ago

1.0.42

4 years ago