2.0.0 • Published 1 year ago
@swc-uxp-wrappers/action-group v2.0.0
Description
For detailed README regarding
@spectrum-web-components/action-grouprefer this linkDetailed specification regarding
@spectrum-web-components/action-groupsupport in UXP through@swc-uxp-wrappers/action-grouprefer this link
Usage
yarn add @swc-uxp-wrappers/action-groupImport the side effectful registration of <sp-action-group> via:
import '@swc-uxp-wrappers/action-group/sp-action-group.js';When looking to leverage the ActionGroup base class as a type and/or for extension purposes, do so via:
import { ActionGroup } from '@swc-uxp-wrappers/action-group';Example
<sp-action-group></sp-action-group>