Socket
Socket
Sign inDemoInstall

@highlight-ui/toggle-input

Package Overview
Dependencies
5
Maintainers
10
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @highlight-ui/toggle-input

The base component handling Checkbox and RadioButton logic.


Version published
Weekly downloads
2.3K
increased by34.61%
Maintainers
10
Created
Weekly downloads
 

Readme

Source

npm

@highlight-ui/toggle-input

The ToggleInput is used to control the shared logic between the Checkbox and RadioButton components.

For this reason, we refer you to the documentation of these two components and we do not recommend the custom use of this component.

Installation

Using npm:

npm install @highlight-ui/toggle-input

Using yarn:

yarn add @highlight-ui/toggle-input

Using pnpm:

pnpm install @highlight-ui/toggle-input

In your (S)CSS file:

@import url('@highlight-ui/toggle-input');

Once the package is installed, you can import the library:

import { ToggleInput } from '@highlight-ui/toggle-input';

Contributing 🖌️

If you're interested in contributing, please visit our contribution page.

FAQs

Last updated on 05 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc