layer-sm
v1.0.4
Published
丰富多样的Web弹出层提示框组件,遵守UMD模块规范,改造自npm中的layui-layer组件
Downloads
2
Readme
layui Layer
A npm version of layerjs from layui 丰富多样的Web弹出层提示框组件,遵守UMD模块规范,改造自npm中的layui-layer组件
Install with npm
:
npm install layer-sm
use with node
var layer = require("layer-sm");
layer.alert('Great!');
when require layerui-layer, layer becomes a global object.
The styles are packed together
usage for web
<script src="../dist/layer.js"></script>
The styles are packed together
layer.alert('Great!');
find more at http://www.layui.com/doc/modules/layer.html
1.0.4
- 增加 IE7 兼容处理
1.0.2
- 增加 IE6 兼容处理