Skip to content

Latest commit

 

History

History

uui-symbol-file-dropzone

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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>