npm install frrb[![Build status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] [![js-xo-style][codestyle-image]][codestyle-url]
> Fat Responsive Radiobutton
Install frrb using npm:
``bash`
npm install --save frrb
See a demo of the component here.
In your React app:
`javascript
import React from 'react';
import FatResponsiveRadiobutton from 'frrb';
class App extends React.Component {
render() {
return
}
}
`
In your Unistyle code:
`javascript
import fatResponsiveRadiobutton from 'frrb/style';
export default [
fatResponsiveRadiobutton,
// your other styles here...
];
`
| Prop | Type | Description |
|------|------|-------------|
| striked | Boolean | Toggle the alternate style (strike through text when checked) |String
| caption | | Radiobutton label text. Can also be specified as children |Mixed
| ... | | All other props are passed on to the internal ` see Forms for examples |
MIT © Joakim Carlstein
[npm-url]: https://npmjs.org/package/frrb
[npm-image]: https://badge.fury.io/js/frrb.svg
[travis-url]: https://travis-ci.org/joakimbeng/frrb
[travis-image]: https://travis-ci.org/joakimbeng/frrb.svg?branch=master
[codestyle-url]: https://github.com/sindresorhus/xo
[codestyle-image]: https://img.shields.io/badge/code%20style-xo-brightgreen.svg?style=flat