2.0.0 • Published 1 year ago
@swc-uxp-wrappers/button v2.0.0
Description
For detailed README regarding
@spectrum-web-components/buttonrefer this linkDetailed specification regarding
@spectrum-web-components/buttonsupport in UXP through@swc-uxp-wrappers/buttonrefer this link
Usage
yarn add @swc-uxp-wrappers/buttonImport 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>