@empoleon/solid-dropzone
Version:
Simple HTML5 drag-drop zone with SolidJS
27 lines (17 loc) • 457 B
Markdown

# solid-dropzone
Simple Solid hook to create a HTML5-compliant drag'n'drop zone for files.
## Installation
Install it from npm and include it in your Solid build process (using Vite).
```bash
yarn add solid-dropzone
```
## Usage
See the storybooks for examples
```bash
yarn storybook
```
## Release
Matches release: v14.3.8
## License
MIT