app-levels
v2.0.0
Published
Solve your z-index: 999 problems: JavaScript zIndex defaults.
Downloads
3
Maintainers
Readme
app-levels
Solve your z-index: 999 problems: A set of zIndex defaults.
Install
With npm do:
$ npm install app-levels
or
$ yarn add app-levels
Usage
In Javascript
import { LEVEL_NAV } from 'app-levels'
<div style={{ zIndex: LEVEL_NAV}}></div>
In SASS
import '../node_modules/app-levels/index.sass'
.my-popup {
z-index: $LEVEL_POPUP
}
Available levels:
LEVEL_SUPPORT_OVERLAY: 60
LEVEL_ALERT: 50
LEVEL_POPUP: 40
LEVEL_NAV_MOBILE: 30
LEVEL_NAV: 20
LEVEL_OVERLAYS: 10
LEVEL_BASE: 0
LEVEL_BACKGROUND: -10
License
MIT