-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
[Feature] Drag and DropDrag and drop functionality when working with blocksDrag and drop functionality when working with blocks[Package] Components/packages/components/packages/components[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
Is your feature request related to a problem? Please describe.
I am trying to use the DropZone component together with Draggable to implement a simple sorting mechanism.
While doing so, I realized I can change the default "Drop files to upload" label, but not the upload icon.
In the 'BlockDropZone' component, this is "solved" by just hiding the content using CSS, which isn't really nice, but currently the only way to achieve this.
Describe the solution you'd like
It would be way easier if we could pass custom content as children or have some other way to remove the default content in DropZone.
Metadata
Metadata
Assignees
Labels
[Feature] Drag and DropDrag and drop functionality when working with blocksDrag and drop functionality when working with blocks[Package] Components/packages/components/packages/components[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Type] EnhancementA suggestion for improvement.A suggestion for improvement.