Skip to content

Commit 65519ba

Browse files
authored
Merge pull request #1 from codeeshop-oc/vue2
vue 2 new branch
2 parents 085c3b5 + d2b1991 commit 65519ba

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,24 @@
33
> Vue Lightbox Advanced Photo Grid component for Vue.js
44
55
[![npm](https://img.shields.io/badge/npm-1.0.0-blue)](https://www.npmjs.com/package/vue-lightbox-advanced)
6-
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/LICENSE)
7-
[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/src/VueLightboxAdvanced.vue)
6+
[![license](https://img.shields.io/badge/license-MIT-green)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/vue2/LICENSE)
7+
[![bit](https://img.shields.io/badge/components-1-yellowgreen)](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/vue2/src/VueLightboxAdvanced.vue)
88
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg)](https://github.com/codeeshop-oc/vue-lightbox-advanced/issues?&q=is%3Aissue+is%3Aopen)
99

1010
Vue Lightbox Advanced provides flexibility of displaying first x (1-5) images of your gallery in a grid view as you seen on Facebook timeline. Click on the thumbnail will return an event with the index or file url (src) as per passed props that can be used to show the image or can be used to redirect to that specific file url (src).
1111
It provides the shuffling images according to given options in docs.
1212

1313
> Note: It requires parent height and width as the component will adapt to its resolutions
1414
15+
## Version Support
16+
17+
[Vue 3](https://github.com/codeeshop-oc/vue-lightbox-advanced/tree/main)
18+
19+
Vue 2 - Current branch
20+
1521
## 🎨 Features
1622

17-
Find out all available features on [settings props](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/docs/API.md#props) and see how that works on [examples](https://codeeshop-oc.github.io/vue-lightbox-advanced/).
23+
Find out all available features on [settings props](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/vue2/docs/API.md#props) and see how that works on [examples](https://codeeshop-oc.github.io/vue-lightbox-advanced/).
1824

1925

2026
## 🚚 Installation
@@ -76,7 +82,7 @@ https://unpkg.com/vue-lightbox-advanced
7682

7783
## 🔖 License
7884

79-
This software is licensed under the [MIT](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/main/LICENSE).
85+
This software is licensed under the [MIT](https://github.com/codeeshop-oc/vue-lightbox-advanced/blob/vue2/LICENSE).
8086

8187
### Reference
8288

0 commit comments

Comments
 (0)