README
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} />
Radio react component
<script type="module">
import alobatoRadio from 'https://cdn.skypack.dev/@alobato/radio';
</script>
Radio react component
yarn add @alobato/radio
import Radio from '@alobato/radio'
...
<Radio disabled={false} label={option.label} onChange={() => handleChange(option.value)} checked={option.value === value} />