diff --git a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/MarkerLabel.java b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/MarkerLabel.java index a40bf0c..f8f480c 100644 --- a/src/main/java/com/flowingcode/vaadin/addons/googlemaps/MarkerLabel.java +++ b/src/main/java/com/flowingcode/vaadin/addons/googlemaps/MarkerLabel.java @@ -69,6 +69,12 @@ public class MarkerLabel { * The className property of the label's element (equivalent to the element's class attribute). * Multiple space-separated CSS classes can be added. The font color, size, weight, and family can * only be set via the other properties of MarkerLabel. + * + *

+ * Note: At the moment, there is no direct way to apply the className by + * importing a stylesheet into the component's shadow root. For alternative workarounds, see + * + * this comment on GitHub. */ private String className;