{"library":"notifystr","title":"notifystr","description":"A simple Vue.js 2.0+ notification/toaster component supporting module bundlers like webpack/rollup and SCSS. Currently at version 1.1.0 (no recent updates, single release). It provides four toast types (success, warning, danger, info) with configurable duration. Minimalistic compared to alternatives like vue-toastification or vue-notification, offering a lightweight solution without extra flags or advanced customization. The package requires manual SCSS compilation and has no active maintenance.","language":"javascript","status":"maintenance","last_verified":"Fri May 01","install":{"commands":["npm install notifystr"],"cli":null},"imports":["import notifystr from 'notifystr'","Vue.component('notifystr', notifystr)","this.$notifystr.success(title, message, duration)"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import Vue from 'vue';\nimport notifystr from 'notifystr';\nVue.component('notifystr', notifystr);\n\n// In template: <notifystr></notifystr>\n\n// Call anywhere:\nthis.$notifystr.success('Hello', 'World', 3000);\nthis.$notifystr.danger('Error', 'Something broke', 5000);","lang":"javascript","description":"Shows component registration and usage of $notifystr methods with toast types.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}