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