Storing and displaying files (Flow)

I’m trying to upload, display and download files in my flow UI application. I followed the developer guide but looks like some attributes are not recognized yet in flow UI as you see in red below:

image

Am I missing anything or this feature is still under development being Flow UI is in incubation mode?

Hi,

The image element represents the com.vaadin.flow.component.html.Image component, i.e. HTML <img> tag, so it has no data binding.

Vaadin Flow has no LinkButton component. Probably <button themeNames="tertiary"/> may fit your needs.

Regards,
Gleb