UNPKG

react-layer-stack

Version:

Simple but ubiquitously powerful and agnostic layering system for React. Useful for any kind of windowing/popover/modals/tooltip application

47 lines (46 loc) 1.13 kB
{ "name": "react-layer-stack", "version": "4.2.1", "description": "Simple but ubiquitously powerful and agnostic layering system for React. Useful for any kind of windowing/popover/modals/tooltip application", "repository": { "type": "git", "url": "https://github.com/fckt/react-layer-stack" }, "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib --source-maps" }, "author": "Alexey Frolov <frol.rage@gmail.com>", "license": "MIT", "peerDependencies": { "react": ">=15.0.0" }, "devDependencies": { "babel-cli": "^6.16.0", "babel-plugin-syntax-flow": "^6.18.0", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.16.0", "babel-preset-es2015": "^6.16.0", "babel-preset-react": "^6.16.0" }, "keywords": [ "react", "react-component", "layer", "layers", "tooltip", "popover", "window", "windowing", "dropdown", "overlay", "popup", "flyout", "zindex", "modal", "lightbox", "portal", "transportation", "bottom-up" ] }