README
Radio-group
Provides a standard way to select a single option from a list.
Installation
yarn add @atlaskit/field-radio-group
Usage
Detailed docs and example usage can be found here.
A radio group React component used for selecting discrete values in a form
<script type="module">
import atlaskitFieldRadioGroup from 'https://cdn.skypack.dev/@atlaskit/field-radio-group';
</script>
Provides a standard way to select a single option from a list.
yarn add @atlaskit/field-radio-group
Detailed docs and example usage can be found here.