@rmwc/provider
Advanced tools
Comparing version 1.10.1-alpha.0 to 2.0.0-alpha.0
{ | ||
"name": "@rmwc/provider", | ||
"version": "1.10.1-alpha.0", | ||
"version": "2.0.0-alpha.0", | ||
"description": "RMWC Provider component", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
}, | ||
"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/Provider#readme", | ||
"homepage": "https://github.com/jamesmfriedman/rmwc/tree/master/src/provider#readme", | ||
"peerDependencies": { | ||
@@ -26,0 +26,0 @@ "react": "^15.x.x || ^16.x.x", |
@@ -5,3 +5,3 @@ # RMWC Provider | ||
- import from **rmwc/Provider** | ||
- import * from **'@rmwc/provider'**; | ||
@@ -14,3 +14,3 @@ You can wrap your top level App component with RMWC provider to set global configuration options. Just pass the options in as props. | ||
import App from './App'; // your main app component | ||
import { RMWCProvider } from 'rmwc/Provider'; | ||
import { RMWCProvider } from '@rmwc/provider'; | ||
@@ -27,5 +27,6 @@ // This example disables the button ripple effect by default | ||
```jsx renderOnly | ||
import { DocumentComponent } from 'rmwc/Base/utils/DocumentComponent'; | ||
import { DocumentComponent } from '@rmwc/base/utils/DocumentComponent'; | ||
import * as docs from './docgen.json'; | ||
<DocumentComponent displayName="RMWCProvider" /> | ||
<DocumentComponent docs={docs} displayName="RMWCProvider" /> | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
20011
6
432
30
1