🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@swc-uxp-wrappers/button-group

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc-uxp-wrappers/button-group

UXP wrapper of the @spectrum-web-components/button-group component

2.0.0
latest
npm
Version published
Maintainers
3
Created
Source

Description


This is UXP wrapper for `@spectrum-web-components/button-group` package
  • For detailed README regarding @spectrum-web-components/button-group refer this link

  • Detailed 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>

Keywords

UXP

FAQs

Package last updated on 06 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts