@smile/react-front-kit-dropzone
v0.12.0
Published
Dropzone React component library based on mantine
Downloads
5
Readme
React Front Kit dropzone
File upload components.
Documentation
You can access the documentation here: https://smile-sa.github.io/react-front-kit-doc
Prerequisite
You must have React 18 or later installed on your project.
Installation
You must install @smile/react-front-kit
first and then install @smile/react-front-kit-dropzone
and peer dependencies with:
npm i @smile/react-front-kit-dropzone @mantine/dropzone
Styles
Import the styles in your app with:
import '@mantine/dropzone/styles.css';
import '@smile/react-front-kit-dropzone/style.css';
License
LGPL-3.0