The Wayback Machine - https://web.archive.org/web/20200614102159/https://github.com/topics/storybook
Skip to content
#

Storybook

storybook logo

With Storybook you can visualize different states of your UI components and develop them outside of your application.

An API is provided for external addons to provide documentation, interactivity and analytics on your components.

A command is provided to create a static version that can be deployed easily to github pages for example.

Here are 1,271 public repositories matching this topic...

storybook
lancevalour
lancevalour commented Oct 23, 2019

Describe the bug
In the config.js addParameters function, if I set isFullscreen: true and open the webpage, it is fullscreen on startup. But if I set isFullscreen: false and open the webpage again, it is still full-screen on startup.

To Reproduce

  1. Set isFullscreen: true, open the webpage,
  2. Close the webpage or stop the server
  3. Set isFullscreen: false, open the webpa
mininternet
mininternet commented Feb 9, 2018

@diegohaz - i noticed a couple of minor spelling errors on the main site:

Basic stack
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
Learn more about the recomended workflow

Should be typical, and recommended.

Just an FYI.

Thanks!

obeyda
obeyda commented Dec 12, 2017

This isn't really an issue, this is just a request

I am trying to learn how to build microservices with CQRS, ES, reactive programming and messaging, I have a good understanding of the theoretical part but there isn't much hands-on examples about this subject.
Reactive Trader Cloud is the most complete app that I could find which implements all these concepts (and much more), I am

vvscode
vvscode commented Apr 13, 2020

Running on Windows 7 (yes, sorry) I got next:

Command failed: docker run --rm -d -P --security-opt=seccomp=D:\react-js\react-js-tutorial\node_modules\@loki\target-chrome-docker\src/docker-seccomp.json -v D:\react-js\react-js-tutorial\storybook
-static:/var/loki --shm-size=1g -p 49952:49952 yukinying/chrome-headless:63.0.3230.2 --disable-datasaver-prompt --no-first-run --disable-extensions
pashute
pashute commented Jun 20, 2018

The docs are currently written for someone familiar with jest mocha and Enzyme.

  1. Perhaps add at the beginning:

Specs is an addon to Storybook.
Storybook allows the developer during development to visually see a component or part of it, and interactively see immediate changes to the code. It also helps document the project with visual examples.
Specs adds the ability to

sshadmand
sshadmand commented Dec 9, 2018
AddOn: v1.4.0 
Node: v8.14.0
React:16.2.0
Storybook/react: 3.4.0
yarn screenshot
yarn run v1.12.3
$ storybook-chrome-screenshot -p 9001 --debug 
 DEBUG  [CLI Options] { port: '9001',
  host: 'localhost',
  staticDir: undefined,
  configDir: '.storybook',
  outputDir: '__screenshots__',
  filterKind: undefined,
  filterStory: undefined,
  browserTimeout: 30000,
  par
boatcoder
boatcoder commented Mar 17, 2020

In order to run the current examples we have to also run yarn add -W storybook-react-router
I do have lerna installed, unlike #25

Which version are you using?

master as of 17 March 2020

Are you using storybook-router with a react based project or a vue one?

React examples

Please describe the problem:

Documentation does not match what you actually need to run the exa

You can’t perform that action at this time.