ExternalDropZone

The ExternalDropZone component allows users to drag and drop files onto a designated drop zone within the page.

Sass Variables

The Telerik and Kendo UI ExternalDropZone enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-dropzone-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the DropZone.
kendo-dropzone-padding-yk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The vertical padding of the DropZone.
kendo-dropzone-border-width1px1pxDefault: 1pxComputed: 1px
Description: The border width of the DropZone.
kendo-dropzone-min-height220px220pxDefault: 220pxComputed: 220px
Description: The minimum height of the DropZone.
kendo-dropzone-font-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the DropZone.
kendo-dropzone-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: The font size of the DropZone.
kendo-dropzone-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: The line height of the DropZone.
kendo-dropzone-bg$kendo-base-bgvar(--kendo-color-surface, #fafafa)Default: $kendo-base-bgComputed: var(--kendo-color-surface, #fafafa)
Description: The background color of the DropZone.
kendo-dropzone-text$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-base-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the DropZone.
kendo-dropzone-border$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-base-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: The border color of the DropZone.
kendo-dropzone-icon-spacingk-spacing(6)var(--kendo-spacing-6, 1.5rem)Default: k-spacing(6)Computed: var(--kendo-spacing-6, 1.5rem)
Description: The spacing below the DropZone icon.
kendo-dropzone-icon-textif($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))var(--kendo-color-subtle, #666666)Default: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))Computed: var(--kendo-color-subtle, #666666)
Description: The text color of the DropZone icon.
kendo-dropzone-icon-hover-text$kendo-color-primaryvar(--kendo-color-primary, #ff6358)Default: $kendo-color-primaryComputed: var(--kendo-color-primary, #ff6358)
Description: The text color of the hovered DropZone icon.
kendo-dropzone-hint-font-sizenullnullDefault: nullComputed: null
Description: The font size of the DropZone hint.
kendo-dropzone-hint-spacingk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: The spacing below the DropZone hint.
kendo-dropzone-hint-textnullnullDefault: nullComputed: null
Description: The text color of the DropZone hint.
kendo-dropzone-note-font-sizevar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)Default: var( --kendo-font-size-sm, inherit )Computed: var(--kendo-font-size-sm, inherit)
Description: The font size of the DropZone note.
kendo-dropzone-note-spacingnullnullDefault: nullComputed: null
Description: The spacing below the DropZone note.
kendo-dropzone-note-text$kendo-subtle-textvar(--kendo-color-subtle, #666666)Default: $kendo-subtle-textComputed: var(--kendo-color-subtle, #666666)
Description: The text color of the DropZone note.