flexi-toast
Version:
Lightweight, customizable Angular toast notification component with title, message, icon types, auto-dismiss, manual close, animations, theme and positioning support.
38 lines • 1.03 kB
JSON
{
"name": "flexi-toast",
"version": "20.0.3",
"description": "Lightweight, customizable Angular toast notification component with title, message, icon types, auto-dismiss, manual close, animations, theme and positioning support.",
"author": "Taner Saydam <tanersaydam@gmail.com>",
"license": "MIT",
"keywords": [
"angular",
"toast",
"swal"
],
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
},
"dependencies": {
"tslib": "^2.8.1"
},
"sideEffects": false,
"repository": {
"url": "https://github.com/FlexiUI-labs/flexi-toast"
},
"homepage": "https://stackblitz.com/edit/stackblitz-starters-v4bqrm8b?file=src%2Fmain.ts",
"bugs": {
"url": "https://github.com/FlexiUI-labs/flexi-toast/issues"
},
"module": "fesm2022/flexi-toast.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/flexi-toast.mjs"
}
}
}