vuetify-gallery-uploader

0.1.22 • Public • Published

Vuetify Gallery Uploader

Installation

npm i vuetify-gallery-uploader

Usage

import VuetifyGalleryUploader from "vuetify-gallery-uploader";

Vue.use(VuetifyGalleryUploader);

Example

<gallery-uploader @submit="submit" />

methods:{
       submit(data){
            // List of all images
            console.log(data)
        }
    }

Screenshots

Show Case

Show Case

Show Case

License

MIT

Package Sidebar

Install

npm i vuetify-gallery-uploader

Weekly Downloads

2

Version

0.1.22

License

MIT

Unpacked Size

7.19 MB

Total Files

9

Last publish

Collaborators

  • dodoegy11