8000 GitHub - MorevM/vue-cool-lightbox: Fork of the project with VK Video support
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MorevM/vue-cool-lightbox

 
 

Repository files navigation

A slightly rewritten fork of the original package with VK Video, Boomstream and Rutube support

The content below is unchanged except for the name of the package

No longer maintained

Seeing that Vue 3 came out and I don't have more time to maintain it, I think it's a good time to archive it. Thanks to the community to help me to maintain it and thanks to the ones who used it on their projects, was an awesome experience ♥️

Vue-cool-lightbox

Vue-cool-lightbox is a pretty Vue.js lightbox component, inspired by fancybox with zoom, swipe, captions and videos supported.

Vue CoolLightbox screenshot

Installation

Use npm to install vue-cool-lightbox.

npm install --save @morev/vue-cool-lightbox

and use the lightbox:

import CoolLightBox from 'vue-cool-lightbox'
import 'vue-cool-lightbox/dist/vue-cool-lightbox.min.css'

export default {
  components: {
    CoolLightBox,
  },
}

Docs

You can see the complete documentation with examples here: https://vue-cool-lightbox.lucaspulliese.com/.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

Donate

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.

Donate here

About

Fork of the project with VK Video support

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 71.8%
  • SCSS 19.7%
  • JavaScript 7.6%
  • HTML 0.9%
0