react2angularjs
Advanced tools
+23
-4
| { | ||
| "name": "react2angularjs", | ||
| "version": "0.0.0-alpha.7", | ||
| "description": "", | ||
| "version": "1.0.0-beta", | ||
| "description": "A fully functional way to integrate React components in Angular 1 apps!", | ||
| "main": "dist/index.js", | ||
@@ -20,4 +20,23 @@ "scripts": { | ||
| }, | ||
| "author": "", | ||
| "license": "ISC" | ||
| "author": "Ashvin Suthar <ashvin.suthar777@gmail.com>", | ||
| "license": "MIT", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git+https://github.com/ashvin777/react2angularjs.git" | ||
| }, | ||
| "keywords": [ | ||
| "react2angular", | ||
| "react", | ||
| "angular", | ||
| "react", | ||
| "to", | ||
| "angualjs", | ||
| "ngreact", | ||
| "angularreact", | ||
| "reactangular" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://github.com/ashvin777/react2angularjs/issues" | ||
| }, | ||
| "homepage": "https://github.com/ashvin777/react2angularjs#readme" | ||
| } |
+7
-3
@@ -21,3 +21,3 @@ # Use React in Angular along with Transclusion/Children | ||
| ``` | ||
| <react-input value="$ctrl.value" onChange="$ctrl.onChange"> | ||
| <react-input defaultValue="'123'" value="$ctrl.value" onChange="$ctrl.onChange"> | ||
@@ -33,3 +33,3 @@ ``` | ||
| angular.module('app', []) | ||
| .directive('ReactTooltip', react2angularjs(Tooltip, ['placement', 'overlay])) | ||
| .directive('reactTooltip', react2angularjs(Tooltip, ['placement', 'overlay'])) | ||
@@ -41,5 +41,9 @@ ``` | ||
| <react-tooltip placement="'right'" overlay="tooltip message"> | ||
| <react-tooltip placement="'right'" overlay="'tooltip message'"> | ||
| <button ng-click="$ctrl.onSignInClicked()">Sign in</button> | ||
| </react-tooltip> | ||
| ``` | ||
| ## Live Demo | ||
| [Codesandbox](https://codesandbox.io/s/react-2-angularjs-uttki) - https://codesandbox.io/s/react-2-angularjs-uttki |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
8184
9.13%0
-100%1
-50%46
6.98%0
-100%