Socket
Book a DemoInstallSign in
Socket

frrb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

frrb

Fat Responsive Radiobutton

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

frrb

frrb logo

Build status NPM version js-xo-style

Fat Responsive Radiobutton

Installation

Install frrb using npm:

npm install --save frrb

Demo

See a demo of the component here.

Usage

Module usage

In your React app:

import React from 'react';
import FatResponsiveRadiobutton from 'frrb';

class App extends React.Component {
	render() {
		return <FatResponsiveRadiobutton>Check me</FatResponsiveRadiobutton>;
	}
}

In your Unistyle code:

import fatResponsiveRadiobutton from 'frrb/style';

export default [
	fatResponsiveRadiobutton,
	// your other styles here...
];

API

<FatResponsiveRadiobutton {...props} />

PropTypeDescription
strikedBooleanToggle the alternate style (strike through text when checked)
captionStringRadiobutton label text. Can also be specified as children
...MixedAll other props are passed on to the internal <input> see Forms for examples

License

MIT © Joakim Carlstein

Keywords

react

FAQs

Package last updated on 09 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts