@swc-uxp-wrappers/help-text
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/help-text component
Downloads
23
Readme
Description
For detailed README regarding
@spectrum-web-components/help-text
refer this linkDetailed specification regarding
@spectrum-web-components/help-text
support in UXP through@swc-uxp-wrappers/help-text
refer this link
Usage
yarn add @swc-uxp-wrappers/help-text
Import the side effectful registration of <sp-help-text>
via:
import '@swc-uxp-wrappers/help-text/sp-help-text.js';
When looking to leverage the HelpText
base class as a type and/or for extension purposes, do so via:
import { HelpText } from '@swc-uxp-wrappers/help-text';
Example
<sp-help-text></sp-help-text>