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.
npm install notifystrNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows component registration and usage of $notifystr methods with toast types.
Use Vue.component('notifystr', notifystr) instead.Ensure only one <notifystr> tag exists in your app.
Switch to a Vue 3 compatible notification library like vue-toastification.
Ensure your build pipeline compiles SCSS files from node_modules.
Use Vue.component('notifystr', notifystr) instead.Register component globally and add <notifystr></notifystr> to your root template.
Run npm install notifystr --save and ensure it's in dependencies.