Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
shows Notification on button
can anyone please help me.
I need to show the notification number on button. Like we see on this form page on bell symbol.
I have search a lot but I didn't got satisfied anuswer.
thanks in advance.
Pankaj
You can see a similar thing in the Dashboar demo (top right corner of the app): http://demo.vaadin.com/dashboard/#!dashboard
Source:
Java: https://github.com/vaadin/dashboard-demo/blob/master/src/main/java/com/vaadin/demo/dashboard/view/dashboard/DashboardView.java#L361-392
CSS: https://github.com/vaadin/dashboard-demo/blob/master/src/main/webapp/VAADIN/themes/dashboard/common.scss#L85-99
Jouni Koivuviita: You can see a similar thing in the Dashboar demo (top right corner of the app): http://demo.vaadin.com/dashboard/#!dashboard
Source:
Java: https://github.com/vaadin/dashboard-demo/blob/master/src/main/java/com/vaadin/demo/dashboard/view/dashboard/DashboardView.java#L361-392
CSS: https://github.com/vaadin/dashboard-demo/blob/master/src/main/webapp/VAADIN/themes/dashboard/common.scss#L85-99
-> Vaadin 8.1.3