File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ Please check [development guide](./docs/development.md).
77## Usage
88See [ getting started] ( https://react-bootstrap-table.github.io/react-bootstrap-table2/docs/getting-started.html ) .
99
10+ ## Online Demo
11+ See ` react-bootstrap-table2 ` [ storybook] ( https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html ) .
12+
1013## Roadmap
1114See [ release plans] ( https://react-bootstrap-table.github.io/react-bootstrap-table2/blog/2018/01/24/release-plan.html ) .
1215
16+ ## How should I run storybook example in my local?
17+
18+ ``` sh
19+ $ git clone https://github.com/react-bootstrap-table/react-bootstrap-table2.git
20+ $ cd react-bootstrap-table2
21+ $ yarn install
22+ $ yarn storybook
23+ $ Go to localhost:6006
24+ ```
25+
26+ ** 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 ) **
You can’t perform that action at this time.
0 commit comments