1.1.3 • Published 3 years ago

@billogram/foundation-radio-button-group v1.1.3

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

@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