@eeacms/volto-resize-helper
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -7,5 +7,11 @@ ### Changelog | ||
#### [0.2.9](https://github.com/eea/volto-resize-helper/compare/0.2.8...0.2.9) | ||
- add usage docs [`90ab5d6`](https://github.com/eea/volto-resize-helper/commit/90ab5d686ba7511e3df5e509c8f2e5cb516a8cf8) | ||
#### [0.2.8](https://github.com/eea/volto-resize-helper/compare/0.2.7...0.2.8) | ||
> 3 January 2022 | ||
#### [0.2.7](https://github.com/eea/volto-resize-helper/compare/0.2.6...0.2.7) | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@eeacms/volto-resize-helper", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"description": "@eeacms/volto-resize-helper: Volto add-on", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -21,2 +21,15 @@ # volto-resize-helper | ||
### Usage | ||
After you add this add-on to your project, the viewport width and height are available as a global state in redux store. | ||
``` | ||
screen : { | ||
hasTouchScreen: Boolean | ||
browserToolbarHeight : Number | ||
height: Number | ||
width: Number | ||
} | ||
``` | ||
### Try volto-resize-helper with Docker | ||
@@ -23,0 +36,0 @@ |
Sorry, the diff of this file is not supported yet
51166
183