Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 495 Bytes

Image Gallery Input

The ImageGalleryInput component is a versatile Vue.js component designed to handle image inputs with drag and drop functionality. It allows users to easily upload images by dragging and dropping them onto the designated area.

Installation

Use npm to install image-gallery-input.

npm i image-gallery-input

Usage

<script>
import image-gallery-input from 'npm i image-gallery-input'
...
  components: {
    image-gallery-input,
  }
...
</script>