1.0.0 • Published 9 months ago

@swc-uxp-wrappers/textfield v1.0.0

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

Description


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

  • Detailed specification regarding @spectrum-web-components/textfield support in UXP through @swc-uxp-wrappers/textfield refer this link

Usage


yarn add @swc-uxp-wrappers/textfield

Import the side effectful registration of <sp-textfield> via:

import '@swc-uxp-wrappers/textfield/sp-textfield.js';

When looking to leverage the Textfield base class as a type and/or for extension purposes, do so via:

import { Textfield } from '@swc-uxp-wrappers/textfield';

Example


<sp-textfield></sp-textfield>