All Projects → lucaspulliese → Vue Cool Lightbox

lucaspulliese / Vue Cool Lightbox

Vue.js lightbox inspired by fancybox.

Projects that are alternatives of or similar to Vue Cool Lightbox

Silentbox
A lightbox inspired Vue.js component.
Stars: ✭ 196 (+0%)
Mutual labels:  image, images, lightbox
Cometa
Super fast, on-demand and on-the-fly, image processing.
Stars: ✭ 8 (-95.92%)
Mutual labels:  image, images
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (-6.63%)
Mutual labels:  image, images
Derpibooru Downloader
Downloads images from derpibooru.org using a variety of options
Stars: ✭ 45 (-77.04%)
Mutual labels:  image, images
Glightbox
Pure Javascript lightbox with mobile support. It can handle images, videos with autoplay, inline content and iframes
Stars: ✭ 702 (+258.16%)
Mutual labels:  image, lightbox
Ueberzug
ueberzug is a command line util which allows to display images in combination with X11
Stars: ✭ 711 (+262.76%)
Mutual labels:  image, images
Imagemin Module
Automatically optimize (compress) all images used in Nuxt.js
Stars: ✭ 37 (-81.12%)
Mutual labels:  image, images
Nanogallery2
a modern photo / video gallery and lightbox [JS library]
Stars: ✭ 488 (+148.98%)
Mutual labels:  images, lightbox
React Images Uploading
The simple images uploader applied Render Props pattern that allows you to fully control UI component and behaviors.
Stars: ✭ 80 (-59.18%)
Mutual labels:  image, images
Lightbox
🌌 A convenient and easy to use image viewer for your iOS app
Stars: ✭ 1,334 (+580.61%)
Mutual labels:  image, lightbox
React Modal Image
A tiny React component providing modal image Lightbox.
Stars: ✭ 97 (-50.51%)
Mutual labels:  image, lightbox
Mediumlightbox
Nice and elegant way to add zooming functionality for images, inspired by medium.com
Stars: ✭ 671 (+242.35%)
Mutual labels:  image, lightbox
Oblique
With Oblique explore new styles of displaying images
Stars: ✭ 633 (+222.96%)
Mutual labels:  image, images
React Native Cached Image
CachedImage component for react-native
Stars: ✭ 890 (+354.08%)
Mutual labels:  image, images
React Grid Gallery
Justified image gallery component for React
Stars: ✭ 571 (+191.33%)
Mutual labels:  images, lightbox
React Image Lightbox
React lightbox component
Stars: ✭ 956 (+387.76%)
Mutual labels:  image, lightbox
Awesomeimagepicker
Awesome Image Picker library will pick images/gifs with beautiful interface. Supports image or gif, Single and Multiple Image selection.
Stars: ✭ 160 (-18.37%)
Mutual labels:  image, images
Ngx Gallery
Angular Gallery, Carousel and Lightbox
Stars: ✭ 417 (+112.76%)
Mutual labels:  image, lightbox
Amplify
A tiny script allowing inline image zoom
Stars: ✭ 458 (+133.67%)
Mutual labels:  image, lightbox
React Spring Lightbox
📷 A flexible image gallery lightbox with native-feeling touch gestures and buttery smooth animations, built with react-spring.
Stars: ✭ 76 (-61.22%)
Mutual labels:  images, lightbox

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 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].