react-radio-buttons
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "react-radio-buttons", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Well-designed radio buttons for react.", | ||
@@ -39,5 +39,2 @@ "main": "lib/index.js", | ||
}, | ||
"engines": { | ||
"node": ">= 5.11.0" | ||
}, | ||
"author": "InJung Chung <mu29@yeoubi.net>", | ||
@@ -44,0 +41,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
# [React](http://facebook.github.io/react/)-radio-buttons | ||
# react-radio-buttons | ||
Well-designed radio buttons for react | ||
@@ -7,3 +7,4 @@ | ||
npm install react-radio-buttons --save | ||
``` | ||
``` | ||
Then just add `import { RadioGroup, RadioButton } from 'react-radio-buttons';` into your file. | ||
@@ -22,3 +23,3 @@ ## Screenshot | ||
``` | ||
By using `react-radio-button`, you can write like this (full example [here](https://github.com/mu29/react-radio-button/blob/master/example/example.js)) : | ||
By using `react-radio-buttons`, you can write like this (full example [here](https://github.com/mu29/react-radio-buttons/blob/master/example/example.js)) : | ||
``` | ||
@@ -25,0 +26,0 @@ <RadioGroup onChange={ this.onChange } horizontal> |
9517
64