1.0.0 • Published 9 months ago

@swc-uxp-wrappers/field-label v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Description


  • For detailed README regarding @spectrum-web-components/field-label refer this link

  • Detailed 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>