accessible-vue-cool-lightbox
v0.0.7
Published
An accessible fork of vue-cool-lightbox by Lucas Pulliese <[email protected]> - A pretty Vue.js component to display an image gallery lightbox inspired by fancybox
Downloads
1
Maintainers
Readme
A fork of Lucas Pulliese's vue-cool-lightbox. These additions allow tabbing through the lightbox once opened with screen reader anouncements.
To view the very excellent original: https://www.npmjs.com/package/accessible-vue-cool-lightbox
To allow a keyboard to open the lightbox, add @keyup.enter="index = mediaIndex"
alongside the the @click="index = mediaIndex"
listener on media items.
View examples.