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