# RadioGroup

![size](https://img.shields.io/bundlephobia/min/@propellerads/radio-group.svg)
![](https://img.shields.io/npm/v/@propellerads/radio-group.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/radio-group) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/radio-group)

## Installation
* `yarn add @propellerads/radio-group` or `npm install @propellerads/radio-group -S`

### How to use
* `import RadioGroup from '@propellerads/radio-group';`
* And render
```
<RadioGroup
    options={{}}
    onChange={(value) => {})}
    errors={['Errors']}
    activeState={'2'}
/>
```
