hack4impact-uiuc / bridge

Hack4Impact UIUC Design System + React Components
https://uiuc.hack4impact.org/design
MIT License
12 stars 4 forks source link

Create <Upload /> Component #54

Open tko22 opened 4 years ago

tko22 commented 4 years ago

I'm not sure if we should do this.. it's fairly complicated and idk if it's worth doing for the amount of effort vs how many people will use this

Could use https://react-dropzone.js.org/#dropzone (look at stying with styled-components) but here are some concerns:

jackieo5023 commented 4 years ago

https://programmingwithmosh.com/javascript/react-file-upload-proper-server-side-nodejs-easy/ this may be helpful - haven't looked too much into it, but doesn't look insanely hard. one thing is it doesn't have progress bars, but I agree we can make that into a separate component