Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@forter/button-group

Package Overview
Dependencies
Maintainers
3
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forter/button-group

Button Group from Forter Components

  • 1.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
85
increased by8400%
Maintainers
3
Weekly downloads
 
Created
Source
⚠️ Forter Web Components are in development. APIs are subject to change without notice. ⚠️

@forter/toggle

🚛 Installation

Forter Web Components are distributed on the npm registry.

To install them to your project, use

npm install --save @forter/toggle

🛠 Usage

After installing, you can prepare them for use in your app without fuss using @pika/web

npx @pika/web

Then import into your app using module tags:

<script type="module" src="/web_modules/@forter/toggle.js"></script>

<fc-button-group></fc-button-group>

Or you can import into your app's modules and use your build process.

import { html, render } from 'lit-html';
import '@forter/toggle';

render(html`<fc-button-group></fc-button-group>`, document.body)

Keywords

FAQs

Package last updated on 02 Sep 2019

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc