z-index-manager

0.1.3 • Public • Published

npm

Z-Index Manager

What is Z-Index Manager?

Z-Index Manager will easily manage highest and lowest z-indexes on the DOM.

How to Use

js

var ZIndexManager = require('z-index-manager').default();
 
// Returns the new highest Z-Index on the DOM.
ZIndexManager.getHighest();
 
// Returns the new lowest Z-Index on the DOM.
ZIndexManager.getLowest();

Run Demo Z-Index Manager Application

Run iqb install in the root directory to install depenedencies Run iqb start in the root directory to run a demo application with Z-Index Manager.

Readme

Keywords

Package Sidebar

Install

npm i z-index-manager

Weekly Downloads

2

Version

0.1.3

License

MIT

Last publish

Collaborators

  • matthew.hui
  • danyaal