kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.29k stars 73 forks source link

New component - FileUpload #509

Closed MengLinMaker closed 4 days ago

MengLinMaker commented 1 week ago

Not sure if this is necessary

Is your feature request related to a problem? Please describe. Creating a FileUpload component

Describe the solution you'd like Features:

Describe alternatives you've considered There is: https://github.com/soorria/solid-dropzone Based off https://react-dropzone.js.org/ No tests

Also this: https://github.com/Jcanotorr06/solid-dzone Not many tests

None of them seem to have examples though except: https://ark-ui.com/react/docs/components/file-upload

MengLinMaker commented 4 days ago

Implemented in PR #512