JSPM

@mantine/dropzone

3.5.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 187583
  • Score
    100M100P100Q179222F
  • License MIT

Dropzone component built with Mantine theme and components

Package Exports

  • @mantine/dropzone
  • @mantine/dropzone/cjs/index.js
  • @mantine/dropzone/esm/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mantine/dropzone) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Mantine Dropzone

@mantine/dropzone is a set of components to handle files drag'n'drop at specific area or browser window.

Read documentation on Mantine website

Installation

Package depends on react, react-dom, @mantine/hooks, @mantine/core.

Install with npm:

npm install @mantine/dropzone @mantine/core @mantine/hooks

Install with yarn:

yarn add @mantine/dropzone @mantine/core @mantine/hooks