asbp / rebotable

Just another fork of react-bootstrap-table

Home Page:https://react-bootstrap-table.github.io/react-bootstrap-table2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REBOTABLE (react-bootstrap-table2 fork)

Build Status

This is a fork of Allen Fangs react-bootstrap-table2 repo, which is the repo for react-bootstrap-table-next on npm.

The AllenFang's version are seemingly in inactive development (at least for the time being), so I created the fork here, based on BonnierNews' fork. I will update it -- and gradually migrating it into TypeScript in the future.

How to build?

  • locally (in new branch, after making changes, and bumping version string in root package.json):
yarn test
yarn build
git add .
git commit -m"Bump version"
git push

react-bootstrap-table2

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

# Clone the repo
$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git

# change dir to the cloned repo
$ cd react-bootstrap-table2

# Install all dependencies with yarn
$ yarn install

# Start the stroybook server, then go to localhost:6006
$ yarn storybook

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

About

Just another fork of react-bootstrap-table

https://react-bootstrap-table.github.io/react-bootstrap-table2/

License:MIT License


Languages

Language:JavaScript 99.5%Language:SCSS 0.5%Language:HTML 0.0%