Skip to content
Cloudflare Docs

rtk-file-dropzone

Properties

PropertyTypeRequiredDefaultDescription
hostElHTMLElement-Host element on which drop events to attach
iconPackIconPack1defaultIconPackIcon pack
tRtkI18n1useLanguage()Language

Usage Examples

Basic Usage

<rtk-file-dropzone></rtk-file-dropzone>

With Properties

<rtk-file-dropzone>
</rtk-file-dropzone>
<script>
const el = document.querySelector("rtk-file-dropzone");
</script>