@highlight-ui/toggle-input
v0.1.13
Published
The base component handling Checkbox and RadioButton logic.
Downloads
5,149
Maintainers
Keywords
Readme
@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.