Tom Coleman b5d7247128 Set up test-cra app to use storyshots
A few things involved:

1. Remove dependencies from storyshots

Storyshots wants to plugin to the version used by the app, not have its own version. So it should probably use a peer dep; however as some deps are optional (i.e. react vs react-native) this will lead to confusing warnings to the user.

This seems like an OK approach until we hear differently from users.

2. Update test-cra's react-scripts to get it's Jest version up to date

3. Add a `mode` option to storyshots to avoid it auto-detecting if `@storybooks/react[-native]` is installed (this was breaking Jest run from the top-level).

4. Ensure that travis installs the `test-cra` properly
2017-05-21 20:44:59 +10:00
2017-04-09 18:39:35 +01:00
2017-04-02 10:57:30 -07:00
2017-05-19 22:40:47 +02:00
2017-05-20 21:04:36 +02:00
2017-04-27 23:41:50 +02:00
2017-05-17 17:40:47 +02:00
FIX
2017-04-10 22:59:38 +02:00
2017-05-17 10:54:40 +10:00
2017-05-20 21:04:36 +02:00
2017-05-20 20:55:07 +02:00
2017-05-19 22:17:06 +03:00

Storybook

Greenkeeper badge Build Status CodeFactor Known Vulnerabilities BCH compliance codecov
Storybook Slack Backers on Open Collective Sponsors on Open Collective


Storybook is a development environment for UI components. It allows you to browse a component library, view the different states of each component, and interactively develop and test components.

Intro

Storybook Screenshot

Storybook runs outside of your app. This allows you to develop UI components in isolation, which can improve component reuse, testability, and development speed. You can build quickly without having to worry about application-specific dependencies.

Storybook comes with a lot of addons for component design, documentation, testing, interactivity, and so on. Storybook's easy-to-use API makes it easy to configure and extend in various ways. It has even been extended to support React Native development for mobile.

Getting Started

First install storybook:

npm i -g @storybook/cli
cd my-react-app
getstorybook

Once it's installed, you can npm run storybook and it will run the development server on your local machine, and give you a URL to browse some sample stories.

For full documentation on using Storybook visit: storybooks.js.org

Projects

Main Projects

Sub Projects

  • CLI - Streamlined installation for a variety of app types
  • examples - Code examples to illustrate different Storybook use cases

Addons

Contributing

We welcome contributions to Storybook! There are many ways to contribute to this project. Get started here

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Description
Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.
Readme MIT 971 MiB
Languages
TypeScript 73.2%
JavaScript 24.2%
MDX 1.1%
Svelte 0.7%
Vue 0.3%
Other 0.4%