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-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The horizontal padding of the DropZone.
kendo-dropzone-padding-yk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
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-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the DropZone.
kendo-dropzone-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the DropZone.
kendo-dropzone-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the DropZone.
kendo-dropzone-bg$kendo-base-bg #fafafaDefault: $kendo-base-bgComputed: #fafafa
Description: The background color of the DropZone.
kendo-dropzone-text$kendo-base-text #424242Default: $kendo-base-textComputed: #424242
Description: The text color of the DropZone.
kendo-dropzone-border$kendo-base-border rgba(0, 0, 0, 0.08)Default: $kendo-base-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the DropZone.
kendo-dropzone-icon-spacingk-map-get( $kendo-spacing, 6 )24pxDefault: k-map-get( $kendo-spacing, 6 )Computed: 24px
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 )) #7e7e7eDefault: if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))Computed: #7e7e7e
Description: The text color of the DropZone icon.
kendo-dropzone-icon-hover-text$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #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-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
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-size$kendo-font-size-sm12pxDefault: $kendo-font-size-smComputed: 12px
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-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The text color of the DropZone note.