1.0.6 • Published 2 years ago

draggable-browse v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

React Draggable Browse

React Draggable Browse Library

ibrahemahmad - Draggable Browse npm version npm downloads License

React draggable browse, let user browse any file, with browse or draggable and work on all platform, and you can use it with your custom style and you have a lot of functionality to use it and easy to use.

Key Features

  • work on all platforms.
  • show list of picked files.
  • removable picked file
  • custom style.
  • use for all type files

     

Requirements

This package supports both vue.js and nuxt.js, you are required to use one of these versions:

  • react.js 18.x

 

Installation

To use the package you must first add the it to your dependencies in your project.

$ npm i draggable-browse

How to use

for use this package in any screen you should import the package and css file like this :

import { DragDropFile } from 'draggable-browse';
import './../node_modules/draggable-browse/dist/draggable-browse.cjs.development.css'
<DragDropFile
        hasBrowseButton={true}
        multiple={true}
        acceptDublicate={false}
        
        style={{
          color: 'red',
          minWidth: '14rem',
          width: '10rem',
          height: '14rem',
        }}
        accept="*"
        onFileSelected={listFile => {
          console.log('files', listFile);
        }}
        buttonText="browse file"
      />

Then you have to register the package in your project as well as import a necessary css file that comes with the package.

Author

ibrahem ahmed

License

The MIT License

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago