useFilePicker icon indicating copy to clipboard operation
useFilePicker copied to clipboard

Use directory picker hook

Open MrKampla opened this issue 3 years ago • 1 comments

This PR adds a functionality of selecting the whole directory as an input in file picker with use of experimental webkitdirectory property. An initial version of this was proposed and described here #30.

TODO:

  • update README with the description of useDirectoryPicker with examples
  • [optional] update storybook

MrKampla avatar Mar 08 '22 00:03 MrKampla

size-limit report 📦

Path Size
dist/use-file-picker.cjs.production.min.js 5.63 KB (-0.07% 🔽)
dist/use-file-picker.esm.js 6.16 KB (+0.42% 🔺)

github-actions[bot] avatar Mar 08 '22 00:03 github-actions[bot]

Closing this PR as there has been too many changes introduced by version 2.0.0. UseDirectoryPicker will be implemented later after 2.0.0 is shipped.

MrKampla avatar Jun 28 '23 21:06 MrKampla