1.0.3 • Published 4 years ago

fix-dependency-layui-layer v1.0.3

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

layui Layer

A npm version of layerjs from layui

Install with npm:

npm i --save layui-layer

use with node

require("layui-layer");
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.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago