Coder Social home page Coder Social logo

vuetify-snackbar-queue's People

Contributors

ajanes93 avatar dependabot[bot] avatar idmarinas avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

vuetify-snackbar-queue's Issues

Display messages including HTML

Is there a way to correctly render HTML inside the message string?
Reading the Vuetify docs, this should work, but when I pass HTML as a message, the HTML string is shown.

Prop for the Next count

Hi, first of all thank you for the nice plugin.
I'm using it in a non english project, so I stumpled over the static word "more" for the queued item count, it would maybe nice to have a prop for this word too.

Example not loading...

Hey, I noticed your project for vuetify-snackbar-queue and just wanted to let you know that the link you currently have for the example on CodeSandbox does not actually load this as an example.

https://codesandbox.io/s/z2v919669m

When you go to that sandbox the App.vue you load doesn't even display a snackbar. You may want to update your example on CodeSandbox.

Also, even after manually taking your example code from your README and applying it to that sandbox (straight copy-n-paste)... it works on bringing up the first snackbar but then the snackbar timesout and never comes up again.

Elaborate Documentation

Hey I like very much this vuetify snackbar queue. Could you please create some documentation for it?

Also is this in active development?

avoid using underscore

I'd like to use this component, but you are using underscore
(and im using lodash-es)

import {first, isEmpty} from 'underscore'

it seems a high cost for those 2 fews things


replaced by vm.items.length > 0

(you did it some lines below)

if (vm.items.length > 0) {

const item = first(vm.items)

replaced by vm.items[0]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.