Skip to content

Instantly share code, notes, and snippets.

View charlieschwabacher's full-sized avatar

Charlie Schwabacher charlieschwabacher

  • San Francisco Bay Area
View GitHub Profile
@pizzarob
pizzarob / 01_DropZone.jsx
Last active November 14, 2017 08:28
HTML5 Drag and Drop File Upload React Component
import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
const ANIMATION_DURATION = 1000;
class BatchDropZone extends React.Component {
static propTypes = {