-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tidied up prop definition for autoheight and updated readme
- Loading branch information
Andres Janes
committed
Jun 3, 2020
1 parent
2e4b0dd
commit e156c42
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# vuetify-snackbar-queue | ||
>Simple plugin for queueing v-snackbars in Vuetify | ||
* Extends VSnackbar component and adds items[] prop | ||
* Extends VSnackbar component, allowing an array of snackbar items to be passed in. | ||
* Queues Snackbars displaying one at a time | ||
|
||
## Docs | ||
## Install for use with Vuetify 2.* | ||
```npm install vuetify-snackbar-queue``` | ||
|
||
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 [email protected]``` | ||
|
||
## Latest component docs | ||
|
||
See the docs at [Vuetify Snackbar Queue Docs](https://ajanes93.github.io/vuetify-snackbar-queue/) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters