This is UXP wrapper for `@spectrum-web-components/action-group` package
-
For detailed README regarding
@spectrum-web-components/action-group
refer this link -
Detailed specification regarding
@spectrum-web-components/action-group
support in UXP through@swc-uxp-wrappers/action-group
refer this link
yarn add @swc-uxp-wrappers/action-group
Import 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';
<sp-action-group></sp-action-group>