文件名称:meteor-bootstrap-alerts:流星的 Bootstrap 3 警报
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-30 17:27:26
JavaScript
简单实用的 Bootstrap 3 警报 使用 bootstrap 3 样式和半身人图标显示警报 演示 1. 依赖 最新的引导包 meteor add twbs:bootstrap 2. 安装 meteor add voidale:bootstrap-alerts 3.添加模板以保持警报 {{> bootstrapAlerts}} 选项 // Show Halflings or Font Awesome (Soon) showIcons: true, // Position 'top-left', 'top-center', 'top-right', 'bottom-left', 'bottom-center', 'bottom-right' position: 'bottom-center', // Alert width alertWidth: '250px', // Butt
【文件预览】:
meteor-bootstrap-alerts-master
----client()
--------alerts.js(3KB)
--------bootstrap-alerts.js(2KB)
--------bootstrap-alerts.css(586B)
--------bootstrap-alerts.html(895B)
----package.js(547B)
----README.md(1KB)
----.versions(477B)