0.13.0 • Published 1 month ago

@smile/haring-react-dropzone v0.13.0

Weekly downloads
-
License
LGPL-3.0
Repository
github
Last release
1 month ago

@smile/haring-react-dropzone

File upload components.

Documentation

You can access the documentation here: https://smile-sa.github.io/haring-doc

Prerequisite

You must have React 18 or later installed on your project.

Installation

You must install @smile/haring-react first and then install @smile/haring-react-dropzone and peer dependencies with:

npm i @smile/haring-react-dropzone @mantine/dropzone

Styles

Import the styles in your app with:

import '@mantine/dropzone/styles.css';
import '@smile/haring-react-dropzone/style.css';

License

LGPL-3.0