Skip to content

1.4

Choose a tag to compare

@AntonyZ89 AntonyZ89 released this 02 Jun 16:44
· 52 commits to master since this release
  • 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