react-layer-stack
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "react-layer-stack", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Simple but ubiquitously powerful and agnostic layering system for React. Useful for any kind of windowing/popover/modals/tooltip application", | ||
@@ -18,2 +18,21 @@ "repository": "https://github.com/AlexeyFrolov/react-layer-stack.git", | ||
}, | ||
"keywords": [ | ||
"react", | ||
"react-component", | ||
"layer", | ||
"layers", | ||
"tooltip", | ||
"popover", | ||
"window", | ||
"windowing", | ||
"dropdown", | ||
"overlay", | ||
"popup", | ||
"flyout", | ||
"zindex", | ||
"modal", | ||
"lightbox", | ||
"portal", | ||
"transportation" | ||
], | ||
"devDependencies": { | ||
@@ -20,0 +39,0 @@ "babel-cli": "^6.16.0", |
@@ -0,1 +1,8 @@ | ||
### Images to understand the whole thing | ||
#### View layers stack | ||
![Symlink](http://cfs6.tistory.com/upload_control/download.blog?fhandle=YmxvZzE1NzczMkBmczYudGlzdG9yeS5jb206L2F0dGFjaC8wLzEzMDAwMDAwMDAyMi5qcGc%3D) | ||
#### Layer id and "use" property (sym/soft link) | ||
![Symlink](http://1.bp.blogspot.com/-gZMz1nF3GC0/UiyehOS_bWI/AAAAAAAABQI/BpYyEtadcEg/s640/profiles1.png) | ||
### TODO: | ||
@@ -2,0 +9,0 @@ * examples |
32503
80