šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@highlight-ui/toggle-input

Package Overview
Dependencies
Maintainers
10
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@highlight-ui/toggle-input

The base component handling Checkbox and RadioButton logic.

0.1.14
latest
npm
Version published
Weekly downloads
266
-55.22%
Maintainers
10
Weekly downloads
Ā 
Created
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

Package last updated on 23 Jan 2025

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