0.0.1 • Published 5 years ago

nc-header v0.0.1

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

nc-header

npm version Build Status Coverage Status devDependency Status NPM downloads Average time to resolve an issue Percentage of issues still open

react nc-header component for tinper-bee

some description...

依赖

  • react >= 15.3.0
  • react-dom >= 15.3.0
  • prop-types >= 15.6.0

使用方法

API

参数说明类型默认值
className类名string'nc-header'
icon图标内容any-
title标题string-
showBack是否显示返回bool-
backClick返回按钮点击回调函数func-

开发调试

$ npm install -g bee-tools
$ git clone https://github.com/tinper-bee/nc-header
$ cd nc-header
$ npm install
$ npm run dev