1.3.3 • Published 3 years ago

dropy v1.3.3

Weekly downloads
32
License
MIT
Repository
-
Last release
3 years ago

Drag and Drop Files

This is a simple library for dragging and dropping files in your project using drag and drop HTML5 API.

DependencyVersion
reactat least 16.0.0
react-domat least 16.0.0
prop-typesat least 15.6.0

Basic usage

Installation

 npm install dropy

Example

import React from "react";
import Dropy from "dropy";

function App() {
  const droppedFiles = (file) => {
    console.log(file);
  };

  return <Dropy getFiles={droppedFiles} />;
}

export default App;
1.3.3

3 years ago

1.2.4

3 years ago

1.3.2

3 years ago

1.2.3

3 years ago

1.3.1

3 years ago

1.2.2

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

0.1.0

3 years ago