fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
144 stars 30 forks source link

Enable styling of children #47

Open Awe42 opened 3 years ago

Awe42 commented 3 years ago

Right now, the uploader only accepts a default_style which is used as style for the parent uploader div. It would be really useful if we can pass additional dicts that override the style of children components, like the text label or progress div.

Alternatively, if instead of the "Drag and Drop" text, we can define the children of the label tag through dash components - that would allow a lot of extra options, like adding pictures or splitting long text into multiple lines.