0.1.2 • Published 7 years ago

uxcore-person-info-icon v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

uxcore-person-info-icon

React person info icon

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

Sauce Test Status

Development

git clone https://github.com/uxcore/uxcore-person-info-icon
cd uxcore-person-info-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-person-info-icon
cd uxcore-person-info-icon
npm install
npm run dep
npm run start

Test Case

npm run test

Coverage

npm run coverage

Demo

http://uxcore.github.io/components/person-info-icon

Contribute

Yes please! See the CONTRIBUTING for details.

API

Props

NameTypeRequiredDefaultComments
classNamestringNo-额外类名
overlayClassNamestringNo-浮层额外类名
emplIdstringNo""工号
namestringNo-姓名
nickNamestringNo-花名
emailstringNo-邮箱
localestringNozh-cn国际化参数,可选值: zh-cn, en-us
onChangeI18nfunc(prevLocale)Nonoop参数为当前的 locale
onVisibleChangefunc(visible)Nonoop浮层展示状态改变时的回调