项目作者: react-bootstrap-table

项目描述 :
Next Generation of react-bootstrap-table
高级语言: JavaScript
项目地址: git://github.com/react-bootstrap-table/react-bootstrap-table2.git
创建时间: 2017-08-13T07:28:01Z
项目社区:https://github.com/react-bootstrap-table/react-bootstrap-table2

开源协议:MIT License

下载


react-bootstrap-table2

Build Status
Rebuild of react-bootstrap-table

Note that react-bootstrap-table2‘s npm module name is react-bootstrap-table-next due to the name being already taken.

react-bootstrap-table2 separates some functionalities from its core modules to other modules as listed in the following:

Not only does this reduce the bundle size of your apps but also helps us have a cleaner design to avoid handling too much logic in the kernel module(SRP).

Migration

If you are coming from the legacy react-bootstrap-table, please check out the migration guide.

Usage

See getting started.

Online Demo

See react-bootstrap-table2 storybook.

Development

Please check the development guide.

Running storybook example on your local machine

  1. # Clone the repo
  2. $ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
  3. # change dir to the cloned repo
  4. $ cd react-bootstrap-table2
  5. # Install all dependencies with yarn
  6. $ yarn install
  7. # Start the stroybook server, then go to localhost:6006
  8. $ yarn storybook

Storybook examples: packages/react-bootstrap-table2-example/examples