From 51e0cc912955c165ac16309261e8bbe695058750 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 21 Jan 2018 14:21:30 +0800 Subject: [PATCH] README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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