An open API service indexing awesome lists of open source software.

https://github.com/thebiltheory/react-boombox

Just Radio buttons.
https://github.com/thebiltheory/react-boombox

Last synced: about 2 months ago
JSON representation

Just Radio buttons.

Awesome Lists containing this project

README

        

# react-boombox

> Just radio buttons.

[![NPM](https://img.shields.io/npm/v/react-boombox.svg)](https://www.npmjs.com/package/react-boombox) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-boombox
```

## Usage

```tsx
import * as React from 'react'

import MyComponent from 'react-boombox'

class Example extends React.Component {
render () {
return (

)
}
}
```

## License

MIT © [thebiltheory](https://github.com/thebiltheory)