1.4
- Toastify added
to use install:
"npm-asset/toastify-js": "^1.11.0",
"npm-asset/lodash": "^4.17.4"
How to use npm asset: https://www.yiiframework.com/extension/yiisoft/yii2-bootstrap4/doc/guide/2.0/en/assets-setup
toastify.success(title: string | null, msg: string | null | Options, extraOptions: Options): void,
toastify.info(title: string | null, msg: string | null | Options, extraOptions: Options): void,
toastify.warning(title: string | null, msg: string | null | Options, extraOptions: Options): void,
toastify.error(title: string | null, msg: string | null | Options, extraOptions: Options): void