1.1.1 • Published 7 months ago

@swc-uxp-wrappers/button v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

Description


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

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

Usage


yarn add @swc-uxp-wrappers/button

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

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

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

import { Button } from '@swc-uxp-wrappers/button';

Example


<sp-button></sp-button>