File tree Expand file tree Collapse file tree 4 files changed +445
-470
lines changed Expand file tree Collapse file tree 4 files changed +445
-470
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ![ Latest Stable Version] ( https://img.shields.io/npm/v/vue-lightbox-advanced.svg )] ( https://www.npmjs.com/package/vue-lightbox-advanced ) [ ![ Total Downloads] ( https://img.shields.io/npm/dt/vue-lightbox-advanced.svg )] ( https://npm-stat.com/charts.html?package=vue-lightbox-advanced )
6
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/vue-lightbox-advanced.vue )
8
7
[ ![ 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 )
9
- [ ![ Deploy] ( https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/deploy.yml/badge.svg )] ( https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/deploy.yml )
10
- [ ![ CodeQL] ( https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/codeql-analysis.yml/badge.svg?branch=main )] ( https://github.com/codeeshop-oc/vue-lightbox-advanced/actions/workflows/codeql-analysis.yml )
11
8
![ Downloads Monthly] ( https://img.shields.io/npm/dm/vue-lightbox-advanced.svg )
12
9
13
10
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).
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ export default {
31
31
{ text : 'Events' , link : '/api/events' }
32
32
]
33
33
}
34
+ ] ,
35
+
36
+ socialLinks : [
37
+ { icon : 'github' , link : 'https://github.com/codeeshop-oc/vue-lightbox-advanced' }
34
38
]
35
39
}
36
40
}
Original file line number Diff line number Diff line change 3
3
"description" : " Vue Lightbox Advanced Photo Grid component for Vue.js" ,
4
4
"private" : false ,
5
5
"packageManager" : " pnpm@7.1.0" ,
6
- "version" : " 2.0.1 " ,
6
+ "version" : " 2.0.2 " ,
7
7
"type" : " module" ,
8
8
"author" : " Code-E-Shop" ,
9
9
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments