react-icons-picker
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-icons-picker", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -46,3 +46,3 @@ # React-Icons Icon Picker | ||
export default () => ( | ||
<IconPickerItem icon="FaAdobe" size={24} color="#000" /> | ||
<IconPickerItem value="FaAdobe" size={24} color="#000" /> | ||
) | ||
@@ -78,3 +78,3 @@ ``` | ||
| ---- | --- | --- | --- | ||
| icon | string | true | The name of the icon to render. Example: "FaAdobe" | | ||
| value | string | true | The name of the icon to render. Example: "FaAdobe" | | ||
| size | number | false |The size of the icon. Default: 24 | | ||
@@ -81,0 +81,0 @@ | color | string | false | The color of the icon. Default: "#000" | |
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
52144