扫一扫分享
notice.js是一款纯js超酷消息提示框插件。notice.js为纯js编写,没有任何依赖文件。通过它可以在页面上制作出漂亮的toast消息通知框效果。
1、安装或引入
bower install notice.js --save
npm install notice.js --save
或
<link href="dist/noticejs.css" rel="stylesheet" type="text/css">
<script src="dist/noticejs.js"></script>
2、初始化
new NoticeJs({
text: 'Notification message',
position: 'topLeft',
}).show();
可以结合animate.css来为消息通知框添加炫酷的CSS3动画效果。
手机预览