1.3.3 • Published 4 years ago

dropy v1.3.3

Weekly downloads
32
License
MIT
Repository
-
Last release
4 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

4 years ago

1.2.4

4 years ago

1.3.2

4 years ago

1.2.3

4 years ago

1.3.1

4 years ago

1.2.2

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

0.1.0

4 years ago