@igloo-ui/radio
v0.3.2
Published
Use Radio components to be part of an options list where users can only make a single choice.
Downloads
97
Readme
Radio
Use Radio components to be part of an options list where users can only make a single choice.
Installation
To install @igloo-ui/radio
in your project, you will need to run the following command using npm:
npm install @igloo-ui/radio
If you prefer Yarn, use the following command instead:
yarn add @igloo-ui/radio
Then to use the component in your code just import it!
import Radio from '@igloo-ui/radio';
<Radio htmlFor="radio-id">Label</Radio>;