You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2021. It is now read-only.
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 text was updated successfully, but these errors were encountered:
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
;The text was updated successfully, but these errors were encountered: