@swc-uxp-wrappers/button-group
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/button-group component
Downloads
7
Readme
Description
For detailed README regarding
@spectrum-web-components/button-group
refer this linkDetailed specification regarding
@spectrum-web-components/button-group
support in UXP through@swc-uxp-wrappers/button-group
refer this link
Usage
yarn add @swc-uxp-wrappers/button-group
Import 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>