vue-cool-lightbox
Version:
A pretty Vue.js component to display an image gallery lightbox inspired by fancybox
39 lines (27 loc) • 1.22 kB
Markdown
Vue-cool-lightbox is a pretty Vue.js lightbox component, inspired by [fancybox](http://fancyapps.com/fancybox/3/) with zoom, swipe, captions and videos supported.

Use npm to install vue-cool-lightbox.
```bash
npm install --save vue-cool-lightbox
```
and use the lightbox:
```javascript
import CoolLightBox from 'vue-cool-lightbox'
import 'vue-cool-lightbox/dist/vue-cool-lightbox.min.css'
export default {
components: {
CoolLightBox,
},
}
```
You can see the complete documentation with examples here: [https://vue-cool-lightbox.lucaspulliese.com/](https://vue-cool-lightbox.lucaspulliese.com/).
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
[](https://choosealicense.com/licenses/mit/)
I am very happy with the feedback from the community and it makes me want to continue working on this component and create more, so any help is welcome.
[](http://paypal.me/lucaspdonations)