0.1.29 • Published 5 years ago

uxcore-icon v0.1.29

Weekly downloads
23
License
MIT
Repository
github
Last release
5 years ago

uxcore-icon

React icon

NPM version build status Test Coverage Dependency Status devDependency Status NPM downloads

Sauce Test Status

Development

git clone https://github.com/uxcore/uxcore-icon
cd uxcore-icon
npm install
npm run server

if you'd like to save your install time,you can use uxcore-tools globally.

npm install uxcore-tools -g
git clone https://github.com/uxcore/uxcore-icon
cd uxcore-icon
npm install
npm run dep
npm run start

Test Case

npm run test

Coverage

npm run coverage

Usage

<Icon usei name="menu" />

Props

NameTypeRequiredDefaultComments
useiboolnofalse使用 <i> 标签渲染 ICON,建议开启
namestringnoshezhi图标名字
classNamestringno额外类名

其他 props 将透传给 icon 元素

Contribute

Yes please! See the CONTRIBUTING for details.