diff --git a/README.md b/README.md index 440204d..2b3265d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,20 @@ Please check [development guide](./docs/development.md). ## Usage See [getting started](https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/getting-started.html). +## Online Demo +See `react-bootstrap-table2` [storybook](https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html). + ## Roadmap See [release plans](https://react-bootstrap-table.github.io/react-bootstrap-table2/blog/2018/01/24/release-plan.html). +## How should I run storybook example in my local? + +```sh +$ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git +$ cd react-bootstrap-table2 +$ yarn install +$ yarn storybook +$ Go to localhost:6006 +``` + +**Storybook examples: [`packages/react-bootstrap-table2-example/examples`](https://github.com/react-bootstrap-table/react-bootstrap-table2/tree/master/packages/react-bootstrap-table2-example/examples)** \ No newline at end of file