Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 760 Bytes

File metadata and controls

31 lines (20 loc) · 760 Bytes

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>