-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
76 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!doctype html> | ||
<html lang="en" class="k-no-animations" style="--kendo-scrollbar-width: 15px;"> | ||
<head> | ||
<title>Document</title> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" data-role="kendo-theme" href="/packages/default/dist/all.css"> | ||
<link rel="stylesheet" href="/packages/html/assets/styles.css"> | ||
<script src="/packages/html/assets/scripts.js"></script> | ||
</head> | ||
<body id="app" class="k-body"> | ||
<div id="test-area" class="k-d-grid k-grid-cols-2"> | ||
<section> | ||
<p>External dropzone normal</p> | ||
<div class="k-external-dropzone"> | ||
<div class="k-dropzone-inner"> | ||
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload"> | ||
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path> | ||
</svg> | ||
</span> | ||
<span class="k-dropzone-hint">Drag and drop files here to upload</span> | ||
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span> | ||
</div> | ||
</div> | ||
</section> | ||
<section> | ||
<p>External dropzone hover</p> | ||
<div class="k-external-dropzone k-external-dropzone-hover"> | ||
<div class="k-dropzone-inner"> | ||
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload"> | ||
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path> | ||
</svg> | ||
</span> | ||
<span class="k-dropzone-hint">Drag and drop files here to upload</span> | ||
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span> | ||
</div> | ||
</div> | ||
</section> | ||
<section> | ||
<p>External dropzone custom size</p> | ||
<div class="k-external-dropzone" style="height: 350px; width: 400px;"> | ||
<div class="k-dropzone-inner"> | ||
<span class="k-dropzone-icon k-icon k-svg-icon k-icon-xxxl k-svg-i-upload"> | ||
<svg aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path d="M32 384v96h448v-96H32zm192-64h64V192h96L256 32 128 192h96v128z"></path> | ||
</svg> | ||
</span> | ||
<span class="k-dropzone-hint">Drag and drop files here to upload</span> | ||
<span class="k-dropzone-note">Only JPEG, PNG and SVG files are allowed.</span> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters