Socket
Socket
Sign inDemoInstall

instagallery

Package Overview
Dependencies
6
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    instagallery

Show your image gallery as in Instagram


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

📸 InstaGallery

InstaGallery is a simple, fast and easy Vue 3 Component to use image gallery inspired by Instagram.

With Core features of lightGallery

Installation

npm install instagallery

Usage

<script setup>
  import InstaGallery from "instagallery";
</script>
<template>
  <InstaGallery>
    <a href="img/img1.jpg">
      <img alt=".." src="img/thumb1.jpg" />
    </a>
    <a href="img/img2.jpg">
      <img alt=".." src="img/thumb2.jpg" />
    </a>
  </InstaGallery>
</template>

Keywords

FAQs

Last updated on 28 Oct 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc