dom通知:受Atom启发的通知组件

时间:2021-02-23 04:44:33
【文件属性】:
文件名称:dom通知:受Atom启发的通知组件
文件大小:8KB
文件格式:ZIP
更新时间:2021-02-23 04:44:33
CSS dom通知 看一下。 用法 与安装npm install dom-notifications --save和使用类似创建浏览器捆绑。 var domNotifications = require ( 'dom-notifications' ) var notifications = domNotifications ( options ) document . body . appendChild ( notifications . render ( ) ) notifications . add ( { message : 'You are now logged in' } ) // defaults to `info` notifications . add ( { message : 'This is a warning' , type : 'warning' } ) notif
【文件预览】:
dom-notifications-master
----.gitignore(31B)
----package.json(1KB)
----main.js(3KB)
----.travis.yml(117B)
----index.js(197B)
----notifications.css(4KB)
----bundle-css.js(209B)
----example()
--------example.js(415B)
--------index.html(2KB)
----readme.md(4KB)
----style.js(4KB)

网友评论