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