Go to file
huyueb 92c6468549 feat(Table.js): add loading param
fix #10
2018-01-24 15:10:24 +08:00
.idea add dist 2017-11-16 11:11:44 +08:00
build fix(multiSelect.js): 修复全选功能中使用rowKey参数bug 2018-01-16 17:18:12 +08:00
demo feat(Table.js): add loading param 2018-01-24 15:10:24 +08:00
dist feat(Table.js): add loading param 2018-01-24 15:10:24 +08:00
docs feat(Table.js): add loading param 2018-01-24 15:10:24 +08:00
src feat(Table.js): add loading param 2018-01-24 15:10:24 +08:00
test 跑通测试 2018-01-04 16:58:50 +08:00
.babelrc 跑通测试 2018-01-04 16:58:50 +08:00
.gitignore add dist 2017-11-16 11:11:44 +08:00
.npmignore first commit 2016-12-26 16:52:39 +08:00
.travis.yml first commit 2016-12-26 16:52:39 +08:00
CHANGELOG.md publish 1.0.12 2018-01-16 17:18:15 +08:00
README.md feat(Table.js): add loading param 2018-01-24 15:10:24 +08:00
README_EN.md first commit 2016-12-26 16:52:39 +08:00
index.html react 16升级 2017-10-23 14:19:48 +08:00
package.json feat(Table.js): add loading param 2018-01-24 15:10:24 +08:00

README_EN.md

bee-dropdown

npm version Build Status Coverage Status devDependency Status [![NPM downloads](http://img.shields.io/npm/dm/<%= packageName%>.svg?style=flat)](https://npmjs.org/package/<%= packageName%>) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/tinper-bee/<%= packageName%>.svg)](http://isitmaintained.com/project/tinper-bee/<%= packageName%> "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/tinper-bee/<%= packageName%>.svg)](http://isitmaintained.com/project/tinper-bee/<%= packageName%> "Percentage of issues still open")

Browser Support

IE Chrome Firefox Opera Safari
IE 9+ ✔ Chrome 31.0+ ✔ Firefox 31.0+ ✔ Opera 30.0+ ✔ Safari 7.0+ ✔

react bee-dropdown component for tinper-bee

Usage



API

参数 说明 类型 默认值

develop

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