Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 517 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 517 Bytes

Radio Button

Radio Buttons provide a control to select one exclusively from a list of options.

Read more about when and how to use the Radio Button component on the website.

Getting started

Install the package

yarn add @hig/radio-button

Import the component and CSS

import RadioButton from '@hig/radio-button';
import '@hig/radio-button/build/index.css';

Basic usage

<RadioButton label="Yes or No?" />