@swc-uxp-wrappers/field-label
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/field-label component
Downloads
15
Readme
Description
For detailed README regarding
@spectrum-web-components/field-label
refer this linkDetailed specification regarding
@spectrum-web-components/field-label
support in UXP through@swc-uxp-wrappers/field-label
refer this link
Usage
yarn add @swc-uxp-wrappers/field-label
Import 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>