mosha-vue-toastify
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "mosha-vue-toastify", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -54,8 +54,8 @@ # Mosha Vue Toastify | ||
| ------------- |:-------------:| -----:| -----:| | ||
| type | `'info' | 'danger' | 'warning' | 'success' | 'default'` | `'default'` | Give the toast different styles and icons. | | ||
| type | "info", "danger", "warning", "success", "default" | "default" | Give the toast different styles and icons. | | ||
| timeout | number | 5000 | How many ms you want the toggle to close itself? | ||
| position | `'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'| 'top-center' | 'bottom-center'` | `'top-right'` | Where do you want the toast to appear? | | ||
| position | "top-left", "top-right", "bottom-left", "bottom-right", "top-center", "bottom-center" | "top-right" | Where do you want the toast to appear? | | ||
| showCloseButton | boolean | true | Do you wanna show the close button ? | | ||
| showIcon | boolean | false | Do you wanna show the icon ? | | ||
| transition | `'bounce' | 'flip' | 'slide'` | `'bounce'` | Which animation do you want? | | ||
| transition | "bounce", "flip", "slide" | "bounce" | Which animation do you want? | | ||
| hideProgressBar | boolean | false | Do we wanna hide the fancy progress bar? | | ||
@@ -62,0 +62,0 @@ | swipeClose | boolean | true | Allows the user swipe close the toast | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27251