The @CssImport(include = "lumo-badge") instruction, mentioned for server-side views (Java), is missing the mandatory value parameter on the annotation, which results in the following error 'value' missing though required;
The icons are missing from the examples on Icon section. Tried in different browsers: Chrome, Edge (Chromium based) and Firefox, and they all render that section as shown in the screenshot bellow.
The Lumo Badges documentation has a few problems that need to be revised:
@CssImport(include = "lumo-badge")
instruction, mentioned for server-side views (Java), is missing the mandatoryvalue
parameter on the annotation, which results in the following error'value' missing though required
;