Aymkdn / v-snackbars

Display the `v-snackbar` (from Vuetify) with a stack display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to change the color and other props by message

Tofandel opened this issue · comments

Currently color is general, adding a way for a message to override all of the props of the snackbar by passing an array of object instead of an array of messages shouldn't be trivial

Eg:

messages: [{props: {color: "red", timeout: 400}, message: "Message"}]

I'll have to think about it. I'll check during the week.

I introduced a new objects prop with v2.1.0

Check the README to know more!