material-paper
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "material-paper", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "React Components inspired by Google's Material Design.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -26,2 +26,5 @@ # [material-paper](https://github.com/nickzuber/material-paper) | ||
```javascript | ||
const React = require('react'); | ||
const Paper = require('material-paper'); | ||
var paperSettings = { | ||
@@ -28,0 +31,0 @@ background: '#fff', |
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
63258
99