2.0.0 • Published 1 year ago

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

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year 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>