HelpText

new HelpText() → {Class}

A help text component for use in various form inputs mainly.

Parameters:
NameTypeDescription
options.contentstring

Helper text.

options.customAttributesobject

Any custom attributes.

options.customClassesArray

Any custom classes.

options.idstring

Id for the helper text.

options.sizestring

The font size for the helper text.

options.spacingstring | number | Array

The spacing for the component, string or array.

options.weightstring

The font weight for the label.

Since
  • 2.2.0
Returns:

The HelpText instance.

Type: 
Class