@billogram/foundation-radio-button-group

A React radio button group component

Usage no npm install needed!

<script type="module">
  import billogramFoundationRadioButtonGroup from 'https://cdn.skypack.dev/@billogram/foundation-radio-button-group';
</script>

README

@billogram/foundation-radio-button-group

A React radio button group component

Install

yarn add @billogram/foundation-radio-button-group

Usage

import {
    FoundationRadioButtonGroup,
} from '@billogram/foundation-radio-button-group';

See types for exported types.

FoundationRadioButtonGroup

<FoundationRadioButtonGroup
    autoFocus={ false }
    disabled={ false }
    onChange={ noop }
    options={ [] }
    value={ '' } />

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT