RE: What is replacement for Notification component in Element / Vaadin Flow

Hi,

With Vaadin flow it’s easy to integrate existing web components such as the
Vaadin Elements
. One idea for implementing notifications, would be to utilize the
dialog
component in your applicaiton. You can checkout the
flow docs
for more details.

Hope this helps,
Goran

As title. Im trying to migrate to vaadin flow but found lot of components are gone. So i wish to know is there replacement for all those components like Label, Notification…

For Notification, I don’t think there is a Java API for vaadin-notification yet, but it should be in the works.

-Olli

is coming up really soon:
http://github.com/vaadin/vaadin-notification/

For Label, use a simple Span or Div element instead.