@skyux/indicators 6.17.0 → 6.17.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -584,6 +584,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.2", ngImpor
584
584
 
585
585
  /**
586
586
  * Specifies a label to display in smaller text under or beside the value.
587
+ * To display a help button beside the label, include a help button element, such as `sky-help-inline`,
588
+ * in the `sky-key-info` element and a `sky-control-help` CSS class on that help button element.
587
589
  * @required
588
590
  */
589
591
  class SkyKeyInfoLabelComponent {