mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-20 05:02:37 +08:00
Merge branch 'master' into patch-2
This commit is contained in:
commit
f8e68c7bfb
@ -67,6 +67,8 @@ export function renderMain(data, storyStore) {
|
||||
// https://github.com/storybooks/react-storybook/issues/81
|
||||
previousKind = selectedKind;
|
||||
previousStory = selectedStory;
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
||||
const context = {
|
||||
|
@ -110,6 +110,10 @@ Wrap your stories with the Apollo client for mocking GraphQL queries/mutations.
|
||||
|
||||
Save the screenshot image of your stories. via [Puppeteer](https://github.com/GoogleChrome/puppeteer).
|
||||
|
||||
### [Styles](https://github.com/Sambego/storybook-styles)
|
||||
|
||||
Add ability to customize styles in the story preview area
|
||||
|
||||
### [Figma](https://github.com/hharnisc/storybook-addon-figma)
|
||||
|
||||
Embed [Figma](https://figma.com) designs in a storybook panel.
|
||||
|
Loading…
x
Reference in New Issue
Block a user