Merge branch 'master' into option-to-select-downpanel

This commit is contained in:
Filipp Riabchun 2017-08-12 17:53:04 +03:00 committed by GitHub
commit 50a1bfe40d

View File

@ -7,6 +7,7 @@ Storybook is very easy to use. You can use it with any kind of React or Vue proj
Follow these steps to get started with Storybook.
```sh
cd my-project-directory
npm i -g @storybook/cli
getstorybook
```