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
Hi!
Thanks for taking the time to develop this project. I really like it.
I was wondering what would be the most straightforward way to extend the existing collection of components? For example I would like to add <input type="file"> one.
The text was updated successfully, but these errors were encountered:
The easiest way to add another input type would probably be to modify the Flare source code itself (I'd appreciate a pull request!) by following a similar example. For <input type="file">, maybe start with the color input or the string input. It's probably only going to require some copy & paste + renaming and small adaptations.
What would be the output type? data File = File String with String being the filename?
Hi!
Thanks for taking the time to develop this project. I really like it.
I was wondering what would be the most straightforward way to extend the existing collection of components? For example I would like to add
<input type="file">
one.The text was updated successfully, but these errors were encountered: