@igloo-ui/radio
v0.4.0
Published
Use Radio components to be part of an options list where users can only make a single choice.
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/radioIf you prefer Yarn, use the following command instead:
yarn add @igloo-ui/radioThen to use the component in your code just import it!
import Radio from '@igloo-ui/radio';
<Radio htmlFor="radio-id">Label</Radio>;