react-demo
Advanced tools
@@ -25,3 +25,3 @@ 'use strict'; | ||
| name: _react.PropTypes.string.isRequired, | ||
| value: _react.PropTypes.string.isRequired, | ||
| value: _react.PropTypes.number.isRequired, | ||
| onChange: _react.PropTypes.func.isRequired | ||
@@ -28,0 +28,0 @@ }, |
@@ -25,3 +25,3 @@ 'use strict'; | ||
| propTypes: { | ||
| value: _react.PropTypes.string.isRequired, | ||
| value: _react.PropTypes.number.isRequired, | ||
| onChange: _react.PropTypes.func.isRequired | ||
@@ -28,0 +28,0 @@ }, |
+4
-4
| { | ||
| "name": "react-demo", | ||
| "version": "1.2.0", | ||
| "version": "1.2.1", | ||
| "description": "A React-component for creating demos of other components", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
| ], | ||
| "author": "Roman Pominov <rpominov@gmail.com> (http://pozadi.github.io/)", | ||
| "author": "Roman Pominov <rpominov@gmail.com>", | ||
| "license": "MIT", | ||
@@ -31,7 +31,7 @@ "bugs": { | ||
| "babel": "5.8.23", | ||
| "babel-eslint": "4.1.3", | ||
| "babel-eslint": "4.1.7", | ||
| "eslint": "1.7.1", | ||
| "eslint-config-airbnb": "0.1.0", | ||
| "eslint-plugin-react": "3.6.2", | ||
| "react": "0.14.0", | ||
| "react": "0.14.7", | ||
| "react-heatpack": "2.0.0" | ||
@@ -38,0 +38,0 @@ }, |
+3
-2
| # React-demo [](https://travis-ci.org/rpominov/react-demo) | ||
| A React-component for creating demos of other components. | ||
| A React-component for creating demos of other components. See also [react-demo-library](https://github.com/rpominov/react-demo-library) | ||
@@ -26,3 +26,4 @@ | ||
| See [examples/index.js](https://github.com/rpominov/react-demo/blob/master/examples/index.js) | ||
| for more examples. To run them locally do the following: | ||
| for more examples. You can play with it online at [webpackbin.com](http://www.webpackbin.com/4J0Js5QAg), | ||
| or to run them locally do the following: | ||
@@ -29,0 +30,0 @@ ``` |
47386
0.3%293
0.34%