@swc-uxp-wrappers/switch
v2.0.0
Published
UXP wrapper of the @spectrum-web-components/switch component
Readme
Description
For detailed README regarding
@spectrum-web-components/switchrefer this linkDetailed specification regarding
@spectrum-web-components/switchsupport in UXP through@swc-uxp-wrappers/switchrefer this link
Usage
yarn add @swc-uxp-wrappers/switchImport the side effectful registration of <sp-switch> via:
import '@swc-uxp-wrappers/switch/sp-switch.js';When looking to leverage the Switch base class as a type and/or for extension purposes, do so via:
import { Switch } from '@swc-uxp-wrappers/switch';Example
<sp-switch></sp-switch>Known Issues
- Tab navigation does not work
- Line break is seen when switch is used for
scale=large
