Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 35 commits behind v1/contrib.

uui-symbol-file-dropzone

uui-symbol-file-dropzone

npm

Umbraco style symbol-file-dropzone component.

Installation

ES imports

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

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

import '@umbraco-ui/uui-symbol-file-dropzone';

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

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

Usage

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