ember-notifyme:您的Ember应用程序通知

时间:2021-05-09 13:02:47
【文件属性】:
文件名称:ember-notifyme:您的Ember应用程序通知
文件大小:265KB
文件格式:ZIP
更新时间:2021-05-09 13:02:47
JavaScript 灰烬通知 简单的插件,增加了显示弹出通知的功能。 演示: : 特征 倒数计时(通知消息将在一定的超时后消失)+倒数计时进度条 onClick和onClose回调 动画(VelocityJS) 完全自定义图标(默认情况下支持FontAwesome ,但可以使用任何HTML元素代替-例如Glyphicons,IcoMoon等) 支持HTML内容 安装 ember install ember-notifyme 用法 将此组件添加到hbs文件中的任何位置(例如application.hbs ) {{notification-panel}} 要触发通知消息,您可以: this.notifications.addMessage({ message: "My message" //other options here }); 或使用便利方法success , info或error
【文件预览】:
ember-notifyme-master
----ember-cli-build.js(495B)
----testem.js(589B)
----yarn.lock(671KB)
----.eslintrc.js(1KB)
----.prettierignore(253B)
----.npmignore(425B)
----.ember-cli(280B)
----CONTRIBUTING.md(640B)
----.travis.yml(1KB)
----config()
--------release.js(571B)
--------environment.js(90B)
--------ember-try.js(2KB)
----LICENSE.md(1KB)
----README.md(5KB)
----addon()
--------configuration.js(4KB)
--------services()
--------utils()
--------styles()
--------components()
--------objects()
--------.gitkeep(0B)
--------templates()
----.template-lintrc.js(58B)
----testem.json(198B)
----.editorconfig(542B)
----tests()
--------integration()
--------index.html(1KB)
--------test-helper.js(323B)
--------helpers()
--------dummy()
--------unit()
----.gitignore(412B)
----.prettierrc.js(58B)
----app()
--------initializers()
--------services()
--------components()
--------.gitkeep(0B)
----index.js(72B)
----.watchmanconfig(37B)
----.eslintignore(253B)
----package.json(3KB)

网友评论