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

mn-backdrop

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mn-backdrop

a backdrop layer to be used in lightbox components

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

npm version Dependency Status MIT Licence

mn-backdrop

a layer backdrop to be used in mn-components

See the demo

Install

npm install --save mn-backdrop

And bundle dependencies and main files in dist/ with your preferred tool.

Usage

Use the methods from class MnBackdrop

MnBackdrop.show()

and hide

MnBackdrop.hide()

Target

Sometimes, different dependencies use this backdrop, to avoid conflicts between their, define a target as owner of backdrop, on methods, using the option target, eg.

MnBackdrop.show({target: element})
MnBackdrop.hide() // dont work, because backdrop has a target as owner
MnBackdrop.hide({target: element})

Keywords

backdrop

FAQs

Package last updated on 24 Apr 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