3.0.18 • Published 3 months ago

@spellix/file-dropzone v3.0.18

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

@spellix/file-dropzone

A Quick description of the component

This component is generated automatically, please add a description and usage instructions below.

Short description

A component that gives ability to add convenient way to manipulate with files

Installation

yarn add @spellix/file-dropzone
# or
npm i @spellix/file-dropzone
# or
pnpm i @spellix/file-dropzone

Usage

Import FileDropzone from the package and configure it with props as needed:

import { FileDropzone } from '@spellix/file-dropzone';

export const App = () => {
  return <FileDropzone {...({/* props for the component */})} />;
};