New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

layui-layer

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

layui-layer

npm version of layui-layer

latest
Source
npmnpm
Version
1.0.9
Version published
Weekly downloads
197
5.91%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

layer

FAQs

Package last updated on 23 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts