1.0.175 • Published 5 years ago

dsnit-core v1.0.175

Weekly downloads
6
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.174

5 years ago

1.0.173

5 years ago

1.0.172

5 years ago

1.0.171

5 years ago

1.0.167

5 years ago

1.0.169

5 years ago

1.0.168

5 years ago

1.0.170

5 years ago

1.0.165

5 years ago

1.0.166

5 years ago

1.0.164

5 years ago

1.0.163

5 years ago

1.0.162

5 years ago

1.0.161

5 years ago

1.0.160

5 years ago

1.0.159

5 years ago

1.0.158

5 years ago

1.0.66

5 years ago

1.0.68

5 years ago

1.0.154

5 years ago

1.0.153

5 years ago

1.0.156

5 years ago

1.0.155

5 years ago

1.0.152

5 years ago

1.0.151

5 years ago

1.0.67

5 years ago

1.0.62

5 years ago

1.0.61

5 years ago

1.0.50

5 years ago

1.0.60

5 years ago

1.0.55

5 years ago

1.0.56

5 years ago

1.0.49

5 years ago

1.0.48

5 years ago

1.0.47

5 years ago

1.0.46

5 years ago

1.0.45

5 years ago

1.0.44

5 years ago

1.0.43

5 years ago

1.0.42

5 years ago