avatar-chip
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "avatar-chip", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -1,2 +0,2 @@ | ||
avatarchip based on material-ui Chip component | ||
React avatar-chip based on "material-ui Chip" component and "muliti-avatar" | ||
------------------------------------ | ||
@@ -13,6 +13,6 @@ | ||
personName={"bob"} | ||
//onClick={function () { alert("fdfdsfsd") }} | ||
//onClick={function () { alert("hello "+bob) }} | ||
//avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }} | ||
//src="https://picsum.photos/200/300" | ||
//label="theLabel" | ||
//label={<>theLabel</>} | ||
/> | ||
@@ -24,4 +24,4 @@ | ||
personName={"mike"} | ||
//onClick={function () { alert("fdfdsfsd") }} | ||
//avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }} | ||
//onClick={function () { alert("hello "+mike) }} | ||
avatarProps={{ onClick: function (e) { e.stopPropagation(); alert("hi") } }} | ||
//src="https://picsum.photos/200/300" | ||
@@ -28,0 +28,0 @@ label={<></>} |
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
28962