0.1.3 • Published 9 years ago

z-index-manager v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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.

0.1.3

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago