Skip to content

Tecnobyte/other-dropzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Other dropzone

another dropzone is a component made in vue3 that allows the handling of files in a simple way, if so much complication.

installation

npm i other-dropzone

use

    <Dropzone v-model:file="archivos" _accept="image/*"></Dropzone>
    
    import {Dropzone} from "other-dropzone"
    components: {
        Dropzone
    },

props

  • _accept: A string is sent with the type of file to accept, if you want to accept a type you have to separate it by a comma. example "image / *, pdf"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published