Excellent TypeScript definitions Documentation https://react-dropzone-uploader.js.org Installation npm install --save react-dropzone-uploader Import default styles in your app. import 'react-dropzone-uploader/dist/styles.css' Quick Start RDU handles common use cases with almost no config. The followin...
Thanks to @nchen63 for helping with TypeScript defs!Running DevClone the project, install dependencies, and run the dev server.git clone git://github.com/fortana-co/react-dropzone-uploader.git cd react-dropzone-uploader yarn npm run dev...
Adds TypeScript page to docs; prepares for 2.8.1 9803efc· Apr 8, 2019 HistoryHistoryFolders and files Name Last commit message Last commit date parent directory .. core Updates Why RDU page Jan 16, 2019 pages/en Adds TypeScript page to docs; prepares for 2.8.1 Apr 8, 2019 static Simp...
Excellent TypeScript definitions Documentation https://react-dropzone-uploader.js.org Installation npm install --save react-dropzone-uploader Import default styles in your app. import 'react-dropzone-uploader/dist/styles.css' Quick Start RDU handles common use cases with almost no config. The followin...
Gets rid of eslint; enables stricter type checks; ensures prettier li…website Adds TypeScript page to docs; prepares for 2.8.1 .babelrc Replaces babel/polyfill with babel/runtime .gitattributes Adds npm script and build_docs.sh to rebuild styleguides, and example…....