The Wayback Machine - https://web.archive.org/web/20220424210553/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 2,861 public repositories matching this topic...

storybook
idesigncode
idesigncode commented Nov 24, 2021

Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.

Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.

open-sauced
bdougie
bdougie commented Apr 20, 2022

Type of feature

🍕 Feature

Current behavior

When visiting a repository it is required to have the goal issue number in the url. I would like to remove that so anyone can view any repo.

Suggested solution

Remove :id here https://github.com/open-sauced/open-sauced/blob/main/src/containers/Dashboard.jsx#L11

Also watch for tests to not fail.

Additional context

No response

good first issue 💡 feature
react-typescript-web-extension-starter
aeksco
aeksco commented Jan 27, 2020

Got this reply in an /r/react thread:

Nice. I kept looking and looking where you generate the different manifest.json files. But it looks like you used a combined one.

Be aware that there are slight differences in FF and Chrome supported extensions. So I had to keep separate manifest.json files for each browser.

The problem is that each of the browsers doesn't load the extension if
enhancement help wanted good first issue