Is it possibilite to pass data to custom html component?

<label for="file">
    Downloading progress:
</label>
<br>
<progress id="file" value="32" max="100">
    32%
</progress>

image

Hi Pim, sure thing!
Here is a basic example, take a look, please: Loom | Free Screen & Video Recording Software

That’s a good question. I’ll put it in the documentation.

1 Like

Cool! That worked, thank you :+1: