Hi,
it is possible know how to add badge in vaadin spring project? because i haven’t folder “/frontend/themes//theme.json”
thanks in advance
Hi,
it is possible know how to add badge in vaadin spring project? because i haven’t folder “/frontend/themes//theme.json”
thanks in advance
Yes. To make it is easy I have wrapped an add-on that does this and gives you nice Java API.
You can also create that folder and file, and apply the theme with @Theme("foldername")
. Here are the docs about application themes: https://vaadin.com/docs/latest/styling/custom-theme/creating-custom-theme
thanks