1.0.0 • Published 9 months ago

@swc-uxp-wrappers/radio v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Description


  • For detailed README regarding @spectrum-web-components/radio refer this link

  • Detailed specification regarding @spectrum-web-components/radio support in UXP through @swc-uxp-wrappers/radio refer this link

Usage


yarn add @swc-uxp-wrappers/radio

Import 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>