@swc-uxp-wrappers/action-button
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/action-button component
Downloads
49
Readme
Description
For detailed README regarding
@spectrum-web-components/action-button
refer this linkDetailed specification regarding
@spectrum-web-components/action-button
support in UXP through@swc-uxp-wrappers/action-button
refer this link
Usage
yarn add @swc-uxp-wrappers/action-button
Import the side effectful registration of <sp-action-button>
via:
import '@swc-uxp-wrappers/action-button/sp-action-button.js';
When looking to leverage the ActionButton
base class as a type and/or for extension purposes, do so via:
import { ActionButton } from '@swc-uxp-wrappers/action-button';
Example
<sp-action-button></sp-action-button>