Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 266 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 266 Bytes

Radio

Radio react component

Install

yarn add @alobato/radio

Usage

import Radio from '@alobato/radio'
...
<Radio disabled={false} label={option.label} onChange={() => handleChange(option.value)} checked={option.value === value} />