0.0.1 • Published 8 years ago

react-segmentfault-header v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

react-segmentfault-header


NPM

Install

npm  install react-segmentfault-header

Development

git clone [Please fill your git repo here]
npm  install
npm start

Usage

var Component = require('react-segmentfault-header');
var React = require('react');
React.render(<Component />, container);

API

props

参数说明类型可选值默认值
name指定显示的名字int任意非负整数0
onClick点击时的回调函数functionnoop

License

react-segmentfault-header is released under the MIT license.