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