@igloo-ui/toggle
v1.3.2
Published
Toggle is a component used for binary choice for a given option.
Downloads
97
Readme
Toggle
Toggle is a component used for binary choice for a given option.
Installation
To install @igloo-ui/toggle
in your project, you will need to run the following command using npm:
npm install @igloo-ui/toggle
If you prefer Yarn, use the following command instead:
yarn add @igloo-ui/toggle
Usage
import Toggle from '@igloo-ui/toggle';
<Toggle htmlFor="toggle-id">Label</Toggle>;