react-dropzone-uploader icon indicating copy to clipboard operation
react-dropzone-uploader copied to clipboard

React file dropzone and uploader

Results 104 react-dropzone-uploader issues
Sort by recently updated
recently updated
newest added

### Changes include - Addition of screen-shots subdirectory containing all the preview gifs - Add preview of most of the example code snippets in README.md Issue: #1632

Add 2 or 3 GIFs to README showcasing the buttons. ### Discussed in https://github.com/sButtons/sbuttons/discussions/1631 Originally posted by **reev-create** June 27, 2022 It would be great and attractive to see some...

help wanted
good first issue
documentation
Priority: Medium
stale-issue

In dark mode, [Spotlight's](https://sbuttons.netlify.app/examples#Spotlight) text color should be white before the animation as well.

bug
help wanted
good first issue
up-for-grabs
buttons
Priority: Medium

Bumps [terser](https://github.com/terser/terser) from 4.0.2 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

```typescript const FeedbackFileUpload = () => { return ( Drag and Drop Files Browse Files ); }; ``` I have this custom component that I insert into inputContent ```typescript ```...

I attempted to update this to fix the typescript errors. This is upgrading webpack and typescript, fixing the new typescript error and hopefully more properly generate the .d.ts files. Fixes:...

Hi, I was trying to use your package in my react native project and caught a lot of errors. Is this package supported for react-native or just for react-js

I was trying to make the basic component work on react native project ``` const Standard = () => { const getUploadParams = () => { return { url: 'https://httpbin.org/post'...

Added some custom classes to uploaded container to style them accordingly.