# uui-file-dropzone

[![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-file-dropzone?logoColor=%231B264F)](hhttps://www.npmjs.com/package/@umbraco-ui/uui-file-dropzone)

Umbraco style file-dropzone component.

### See it in action

Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-file-dropzone--docs)

## Installation

### ES imports

```zsh
npm i @umbraco-ui/uui-file-dropzone
```

Import the registration of `<uui-file-dropzone>` via:

```javascript
import '@umbraco-ui/uui-file-dropzone';
```

When looking to leverage the `UUIFileDropzoneElement` base class as a type and/or for extension purposes, do so via:

```javascript
import { UUIFileDropzoneElement } from '@umbraco-ui/uui-file-dropzone';
```

## Usage

```html
<uui-file-dropzone></uui-file-dropzone>
```
