@umbraco-ui/uui-file-dropzone
v1.16.0
Published
Umbraco UI file-dropzone component.
Readme
uui-file-dropzone
Umbraco style file-dropzone component.
See it in action
Preview the component on Storybook
Installation
ES imports
npm i @umbraco-ui/uui-file-dropzoneImport 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>