@highlight-ui/toggle-input
v0.1.14
Published
The base component handling Checkbox and RadioButton logic.
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-inputUsing yarn:
yarn add @highlight-ui/toggle-inputUsing pnpm:
pnpm install @highlight-ui/toggle-inputIn 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.
