@igloo-ui/toggle
v2.0.0
Published
Toggle is a component used for binary choice for a given option.
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/toggleIf you prefer Yarn, use the following command instead:
yarn add @igloo-ui/toggleUsage
import Toggle from '@igloo-ui/toggle';
<Toggle htmlFor="toggle-id">Label</Toggle>;