react-infinity-menu
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "react-infinity-menu", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "[![Circle CI](https://circleci.com/gh/socialtables/react-infinity-menu.svg?style=svg&circle-token=230aaa396d006f1dc8d875b340834234c4937bbc)](https://circleci.com/gh/socialtables/react-infinity-menu)", | ||
@@ -5,0 +5,0 @@ "main": "./dist/infinity-menu.js", |
@@ -138,2 +138,12 @@ # react-infinity-menu | ||
#### customComponentMappings (object) | ||
A mapping that let user to pass in customComponent as string. | ||
```js | ||
var myComponentMappings = { | ||
"MyComponent1": MyComponent1, | ||
"MyComponent2": MyComponent2 | ||
} | ||
``` | ||
#### customComponent(React Component) | ||
@@ -140,0 +150,0 @@ A custom React component the user can pass in. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
258780
240