Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Storybook comes with a lot of [addons](https://storybook.js.org/addons/introduct
- [Supported Frameworks](#supported-frameworks)
- [Sub Projects](#sub-projects)
- [Addons](#addons)
- [Live Examples](#live-examples) 💪
- [Contributing](#contributing)
- [Development scripts](#development-scripts)
- [Backers](#backers)
Expand Down Expand Up @@ -91,6 +92,21 @@ For additional help, join us [in our Slack](https://now-examples-slackin-rrirkqo

See [Addon / Framework Support Table](ADDONS_SUPPORT.md)

## Live Examples

### 3.4.alpha
> Note, this is an Alpha version. Some of the features still might not be released

- [React Official](https://master--storybooks-official.netlify.com)
Copy link
Member

@Hypnosphi Hypnosphi Feb 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just https://storybooks-official.netlify.com

I'm also not sure about the "React Official" naming, would like to hear from @tmeasday and @ndelangen

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. I feel some kind of conflict between showing the official storybook UI and showing the examples...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I wouldn't call it that. Don't we have a "React" example too? (cra-kitchen-sink).

official-storybook is like Storybook's storybook. Not quite sure how best to put that ;) Maybe it doesn't actually need to be on this page?

- [Vue](https://master--storybooks-vue.netlify.com/)
- [Angular](https://master--storybooks-angular.netlify.com/)
- [Polymer](https://master--storybooks-polymer.netlify.com/)

### 3.3
- [React Official](https://release-3-3--storybooks-official.netlify.com)
- [Vue](https://release-3-3--storybooks-vue.netlify.com/)
- [Angular](https://release-3-3--storybooks-angular.netlify.com/)

## Contributing

We welcome contributions to Storybook!
Expand Down