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