Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 32 commits behind v1/contrib.

uui-file-dropzone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-file-dropzone

npm

Umbraco style file-dropzone component.

See it in action

Preview the component on Storybook

Installation

ES imports

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

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

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:

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

Usage

<uui-file-dropzone></uui-file-dropzone>