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.
- Host: GitHub
- URL: https://github.com/thebiltheory/react-boombox
- Owner: thebiltheory
- Created: 2019-09-11T12:39:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T05:24:27.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:14:35.537Z (3 months ago)
- Language: JavaScript
- Size: 3.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-boombox
> Just radio buttons.
[](https://www.npmjs.com/package/react-boombox) [](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)