react-crouton
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "react-crouton", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A message component for reactjs.", | ||
@@ -27,3 +27,3 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "0.12.x" | ||
"react": ">=0.12.x" | ||
}, | ||
@@ -30,0 +30,0 @@ "author": "xeodou@gmail.com", |
@@ -90,2 +90,9 @@ # React-Crouton | ||
}] | ||
butons: [{ | ||
name: 'close', | ||
className: 'custom class name', | ||
listener: function() { | ||
console.log('close button clicked.') | ||
} | ||
}] | ||
``` | ||
@@ -92,0 +99,0 @@ |
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
20486
114