You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* A drop zone is an area on the screen into a which an object can be dragged and dropped to accomplish a task. It's a common interaction in uploading and file management workflows. For example, a drop zone might be used in an upload workflow to enable the user to simply drop a file from their operating system into the drop zone, which is a more efficient and intuitive action, rather than utilizing the standard "Choose file" dialog.
@@ -38,6 +37,7 @@ export default {
38
37
isFilled: false,
39
38
title: "Drag and drop your file",
40
39
description: "Or, select a file from your computer.",
40
+
label: "Browse files",
41
41
},
42
42
parameters: {
43
43
design: {
@@ -50,17 +50,7 @@ export default {
50
50
};
51
51
52
52
exportconstDefault=DropzoneGroup.bind({});
53
-
Default.args={
54
-
description: [
55
-
()=>{
56
-
returnhtml`${Link({url: "#",text: "Select a file"})} from your computer.`;
0 commit comments