@neovici/cosmoz-image-viewer
v8.2.1
Published
[](https://travis-ci.org/Neovici/cosmoz-image-viewer)
Downloads
690
Keywords
Readme
cosmoz-image-viewer
<cosmoz-image-viewer>
cosmoz-image-viewer is an element for displaying images in a carousel while being able to detach the currently selected image into another window, zooming and activating a fullscreen mode.
<cosmoz-image-viewer>
Example:
<cosmoz-image-viewer show-nav show-fullscreen show-zoom show-detach
images='["demo/images/stockholm.jpg", "demo/images/strasbourg.jpg"]'>
</cosmoz-image-viewer>Install the Polymer-CLI
First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.
Viewing Your Element
$ polymer serveRunning Tests
$ polymer testYour application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.
