@uppy/drag-drop
Version:
Droppable zone UI for Uppy. Drag and drop files into it to upload.
10 lines (9 loc) • 340 B
JavaScript
export default {
strings: {
// Text to show on the droppable area.
// `%{browse}` is replaced with a link that opens the system file selection dialog.
dropHereOr: 'Drop here or %{browse}',
// Used as the label for the link that opens the system file selection dialog.
browse: 'browse',
},
};