@uiw/react-icon
Advanced tools
Comparing version 5.0.0-bate-1 to 5.0.0-bate-2
{ | ||
"name": "@uiw/react-icon", | ||
"version": "5.0.0-bate-1", | ||
"version": "5.0.0-bate-2", | ||
"description": "Icon component", | ||
@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>", |
@@ -46,3 +46,3 @@ Icon 图标 | ||
<div> | ||
<Input preIcon="search" placeholder="请输入图标名称" type="text" style={{ maxWidth: 200 }} onChange={this.onChange.bind(this)} /> | ||
<Input preIcon={<Icon type="search" />} placeholder="请输入图标名称" type="text" style={{ maxWidth: 200 }} onChange={this.onChange.bind(this)} /> | ||
<div style={{ padding: '10px 0' }}> | ||
@@ -49,0 +49,0 @@ 搜索到 {this.state.len} 个结果{len > 0 && <span>,下面展示 {len > 15 ? '15' : len} 个图标,可以点击复制图标代码: </span>} |
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
48001