文件名称:meteor-global-notifications:简单的全球烤面包机通知
文件大小:7KB
文件格式:ZIP
更新时间:2024-05-21 05:42:04
JavaScript
一个简单的全局通知系统 安装 $ meteor add frozeman:global-notifications 用法 将通知助手添加到您的布局模板中 {{> GlobalNotifications}} 然后显示通知,如下所示使用它: // types Notifications.info, Notifications.warning, Notifications.success, Notifications.error GlobalNotification.info({ title: 'My Title', content: 'My Text', duration: 2 // duration the notification should stay in seconds }); 您也可以只传递一个字符串,然后它将仅显示该文本: GlobalNotifica
【文件预览】:
meteor-global-notifications-master
----package.js(862B)
----notifications-tests.js(121B)
----notifications.less(2KB)
----README.md(5KB)
----versions.json(1KB)
----notifications.js(7KB)
----notifications.html(788B)